Skip to content

RiskyAV/dictionary-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dictionary-tool

Command line dictionary tool and game.

Installation

Assuming you already have nodejs environment.

npm install

Definitions

Definitions of a given word.

$ ./dict def <word>

Synonyms

Synonyms of a given word.

$ ./dict syn <word>

Antonyms

Antonyms of a given word.

$ ./dic ant <word>

Examples

Examples of a given word.

$ ./dict ex <word>

Synonyms

Synonyms of a given word.

$ node dict syn ${word}

Antonyms

Antonyms of a given word.

$ node dict ant ${word}

Details

Complete details of a given word.

$ ./dict <word> or ./dict dict <word>

Word of day

Complete details of word of the day.

$ ./dict

Word guess(Game)

Play a word guessing game.

$ ./dict play

To directly use dict instead of ./dict

$ npm link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors