Skip to content

RiskyAV/cli_dict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli_dict

Command line dictionary tool using oxford api.

Installation

Assuming you already have nodejs environment.

npm install

Definition

Definition of a given word.

$ node dict def ${word}

Examples

Examples of a given word.

$ node 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.

$ node dict ${word}
$ node dict get ${word}

Word of day

Complete details of word of the day.

$ node dict

Word guess(Game)

Play a word guessing game.

$ node dict play

About

Command line dictionary tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%