Skip to content

yazoink/dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dict

a dictionary in the cli using the free dictionary api.

2023-10-30-182920_2038x600_scrot 2023-10-30-212646_901x213_scrot

usage

search for definitions
$ dict word1 word2 etc

specify number of results
$ dict --max-results <number> word1 word2 etc
or
$ dict -m <number> word1 word2 etc

dependencies

  • jq
  • curl

installation

$ git clone https://github.com/yazoink/dict
$ cd dict
$ ./install.sh

Releases

No releases published

Packages

No packages published

Languages