a dictionary in the cli using the free dictionary api.
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
- jq
- curl
$ git clone https://github.com/yazoink/dict
$ cd dict
$ ./install.sh