Skip to content

AnselmC/le-thesaurus.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED (Dec 29th 2024)

This package no longer works as the endpoint being used is not returning any data. Unfortunately, no free thesaurus API alternatives exist.

le-thesaurus.el

MELPA Coverage Status

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

About

Emacs package to query thesaurus.com for synonyms of a given word.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors