Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 468 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 468 Bytes

ydict.js

Yet another ydict implmentation in node.js

screenschot

Installation

  • Install from repository
[sudo] npm install -g
  • Install from NPM
[sudo] npm install -g ydict.js

Usage

ydict.js <word or phrase>

Playing Sound

Add a json file named .ydict.json in home dir and specify the player command.

{
    "playerCmd": "mplayer"
}