le-thesaurus.el
le-thesaurus.el copied to clipboard
Emacs package to query thesaurus.com for synonyms of a given word.
le-thesaurus.el
Emacs package for querying synonyms and antonyms from Thesaurus.com.
Installation
le-thesaurus is available via MELPA.
Install it via use-package or straight
(use-package le-thesaurus)
Usage
Put your cursor on the word you'd like a synonym for and run M-x le-thesaurus-get-{synonyms,antonyms}
.
Pick a synonym from the completion buffer and hit RET
.
Responses from thesaurus.com
are cached.
You can clear the cache with le-thesaurus-clear-cache
if it should get too large.
That's it.
Development
Pull requests are welcome.
Tests
Tests use the buttercup framework. You can run tests via
make test