metaory / mdict-cli

Dead Simple Interface for Definition / Synonym / Antonyms / Usage with Zero-dependency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdict-cli

🧊 Dead Simple Interface written in Bash

⭐ Definition / Synonym / Antonyms / Usage

🍉 Zero-dependency


Get Started

# Clone the repo
git clone git@github.com:metaory/mdict-cli.git

# Navigate to repo
cd mdict-cli

# Give execution permissions
chmod +x mdict

# Link it somewhere in your PATH
ln -sfv mdict /usr/bin/mdict

# Use it anywhere

# Usage help
mdict --help
mdict - dead simple CLI for Definition / Synonym / Antonyms / Usage

Usage
=====
 $ mdict <COMMAND> [OPTIONS]

COMMANDS
========
 mdict def <WORD> | word definitions
 mdict syn <WORD> | word synonyms
 mdict ant <WORD> | word antonyms
 mdict use <WORD> | word usage examples
 mdict <WORD>     | all the above for word

OPTIONS
=======
  -V, --verbose         be more verbose
  -q, --quiet, --silent inhibit the usual output
  -h, --help            display this help and exit
  -v, --version         display version and exit

License

MIT

About

Dead Simple Interface for Definition / Synonym / Antonyms / Usage with Zero-dependency

License:MIT License


Languages

Language:Shell 100.0%