GitXplorerGitXplorer
d

synomuse

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
c1e54066a03e593e8cca031308439dd4056145d0

Fix install command in README

ddariusjonda committed 3 years ago
Unverified
62dd9ab5c21f3f654a9669b2f6afa297527c6fca

Update Makefile to fix issue when cp/rm in different dir

ddariusjonda committed 3 years ago
Verified
c0bec679c4618f112984c8b43920f00bd8ce951f

Add Makefile and README

ddariusjonda committed 3 years ago
Verified
9b86385012ef9ba90194069cc4ff0bd4dee7154c

first commit

ddariusjonda committed 3 years ago

README

The README file for this repository.

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)