Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 739 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 739 Bytes

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)