0.0
No commit activity in last 3 years
No release in over 3 years
Command line executable for youdao web dictionary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
~> 3.2
~> 0.46

Runtime

~> 1.7.2
 Project Readme

有道词典命令行版

这是一个ruby脚本,用来在命令行中直接查询单词含义,免去打开软件或浏览器的麻烦。 支持英译中、中译英。

使用方法

./youdao-dict <要查询的单词>

例如:

./youdao-dict cake
./youdao-dict 蛋糕

建议用alias简化,例如在$HOME/.bashrc或$HOME/.profile中加入

alias d="/path/to/youdao-dict"