Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toroidal-code/synonymous.el
A thesaurus at your fingertips
https://github.com/toroidal-code/synonymous.el
emacs emacs-lisp synonyms thesaurus
Last synced: 22 days ago
JSON representation
A thesaurus at your fingertips
- Host: GitHub
- URL: https://github.com/toroidal-code/synonymous.el
- Owner: toroidal-code
- Created: 2015-09-05T16:04:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T18:17:57.000Z (over 6 years ago)
- Last Synced: 2024-08-10T11:02:17.355Z (4 months ago)
- Topics: emacs, emacs-lisp, synonyms, thesaurus
- Language: Emacs Lisp
- Size: 8.79 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# synonymous.el
A thesaurus at your fingertipsSynonymous is a simple Emacs plugin that allows you to select a word and replace it with a synonym or antonym. It
uses `x-menu` for offering choices, and the simple functions `synonymous-synonyms` and `synonymous-antonyms` for
displaying the selection menu.It's paired with the [synonymous server](https://github.com/toroidal-code/synonymous) if you would like to run the server locally, otherwise it accesses an instance running on OpenShift.