Skip to content

Instantly share code, notes, and snippets.

@jackyueq
Created March 27, 2013 20:35
Show Gist options
  • Save jackyueq/5257781 to your computer and use it in GitHub Desktop.
Save jackyueq/5257781 to your computer and use it in GitHub Desktop.
Use youdao fanyi in bash
function t(){ wget -qO- "http://fanyi.youdao.com/openapi.do?keyfrom=leecade&key=54015339&type=data&doctype=json&version=1.1&q=$1" | grep -oP '(?<="explains":\[")[^"]*'; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment