AjanZhong / ydict

Yet another command line dictionary for geeks!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

██╗   ██╗██████╗ ██╗ ██████╗████████╗
╚██╗ ██╔╝██╔══██╗██║██╔════╝╚══██╔══╝
 ╚████╔╝ ██║  ██║██║██║        ██║   
  ╚██╔╝  ██║  ██║██║██║        ██║   
   ██║   ██████╔╝██║╚██████╗   ██║   
   ╚═╝   ╚═════╝ ╚═╝ ╚═════╝   ╚═╝   

Release MIT licensed Build Status Go Report Card

Ydict, another command line dictionary for geeks!

Features

  • Chinese -> English
  • English -> Chinese

Install

go get github.com/TimothyYe/ydict

or

Download it from releases, and extact it to /usr/bin.

Usage

ydict <word to query>

SOCKS5 proxy

Starting from V0.5, you can use SOCKS5 proxy. At the same directory of ydict, just create a .env file:

SOCKS5=127.0.0.1:7070

Now all the queries will go through the specified SOCKS5 proxy.

Help

Just type "ydict" to get help.

Licence

MIT License

About

Yet another command line dictionary for geeks!

License:MIT License


Languages

Language:Go 85.9%Language:Makefile 14.1%