/dict

dictionary in the cli

Primary LanguageShellGNU General Public License v3.0GPL-3.0

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