██╗ ██╗██████╗ ██╗ ██████╗████████╗
╚██╗ ██╔╝██╔══██╗██║██╔════╝╚══██╔══╝
╚████╔╝ ██║ ██║██║██║ ██║
╚██╔╝ ██║ ██║██║██║ ██║
██║ ██████╔╝██║╚██████╗ ██║
╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝
Ydict, another command-line youdao dictionary for geeks!
(中文介绍文档)
- Chinese -> English
- English -> Chinese
- Show hints if word is not found
- Speech
- Show example sentences
- Vim support
brew tap timothyye/tap
brew install timothyye/tap/ydict
go install github.com/TimothyYe/ydict
Download it from releases, and extract it to /usr/bin.
To query words from Vim, you need another Vim plugin: vim-ydict
Starting from V0.9, speech feature is available. You need to install mpg123 to enable this feature.
Speech Adaptation by ycrao under
Windows
OS.
- Just copy
bass.dll
andmpg123.exe
(can also withydict.exe
) file toWindows
system path (such asC:\Windows\
orC:\Windows\System32
) . - Or copy
bass.dll
andmpg123.exe
(can also withydict.exe
) file to somewhere in the same directory, and setting that directory inPATH
System Environment Variables .
brew install mpg123
sudo apt-get install mpg123
yum install -y mpg123
ydict [flags]
Flags:
-c, --cache Query with local cache, and save the query word(s) into the cache.
-d, --delete Remove word(s) from the cache.
-h, --help help for ydict
-l, --list List all the words from the local cache.
-m, --more Query with more example sentences.
-p, --play int Scan and display all the words in local cache.
-q, --quiet Query with quiet mode, don't show spinner.
-r, --reset Clear all the words from the local cache.
-s, --sentence Translation of sentences.
-v, --voice int Query with voice speech, the default voice play count is 0.
- Query
ydict <word(s) to query>
- Query with speech
ydict -v 1 <word(s) to query>
- Query and show more example sentences
ydict -m <word(s) to query>
- Query and add this word into local cache, next time when you query the same word, it will be feched from the local cache and be much more faster.
ydict -c <word(s) to query>
- Query sentence
ydict -s "你觉得咋样?"
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.
Starting from ydict V2.0, new words notebook is supported. You can use is to add/delete your new words and play it.
- Add a new word to the notebook
ydict -c hello
- Remove a word from the notebook
ydict -d hello
- List all the words from the notebook
ydict -l
- Display a random word from the notebook for every 10 seconds
ydict -p 10
Just type "ydict" to get help.