Created
December 6, 2017 02:44
-
-
Save kb1ns/d128d0197a29e47e8e93e2d60521b5cd to your computer and use it in GitHub Desktop.
Linux/Mac shell dictionary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add this to .zshrc/.bashrc | |
alias youdao='ydict(){w3m -dump "http://dict.youdao.com/search?q=$1" | grep "go top" -A 100 | tail -n +3 | more};ydict' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment