Skip to content

Instantly share code, notes, and snippets.

@kb1ns
Created December 6, 2017 02:44
Show Gist options
  • Save kb1ns/d128d0197a29e47e8e93e2d60521b5cd to your computer and use it in GitHub Desktop.
Save kb1ns/d128d0197a29e47e8e93e2d60521b5cd to your computer and use it in GitHub Desktop.
Linux/Mac shell dictionary
# 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