Yet another ydict implmentation in node.js
- Install from repository
[sudo] npm install -g
- Install from NPM
[sudo] npm install -g ydict.js
ydict.js <word or phrase>
Add a json file named .ydict.json
in home dir and specify the player command.
{
"playerCmd": "mplayer"
}