๐Ÿ“ฆ dariusjonda / synomuse

CLI for fetching synonyms from datamuse API

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/dariusjonda/synomuse.git
HTTPS git clone https://github.com/dariusjonda/synomuse.git
SSH git clone git@github.com:dariusjonda/synomuse.git
CLI gh repo clone dariusjonda/synomuse
dariusjonda dariusjonda Fix install command in README c1e5406 4 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ Makefile
๐Ÿ“„ README.md
๐Ÿ“„ synomuse
๐Ÿ“„ README.md

synomuse

synomuse is a very basic command line interface that fetches synonyms from the datamuse API.

Installation

Prerequisites

  • python

Install

clone the repo and use the make utility:
git clone https://github.com/dariusjonda/synomuse.git \
&& cd synomuse \
&& make install

Uninstall

To uninstall simply cd into the project repo and type:
make clean

Usage

simply call synomuse followed by the word you want to find synonyms for:
user@server:~# synomuse make
 get, take, draw, do, have, hold, name, form, clear, hit, cause, build, throw, give, score, establish, reach, constitute, produce, brand

Frequently Asked Questions (FAQs)