Get the definitions and synonyms of words from the comfort of your terminal. ⚡
# Install globally
npm install -g define-this
# Or run directly with npx (this installs the package on every run)
npx define-this
# Displays the definition of bloody
define-this define -w bloody
# For phrases, use quotes
define-this define -w "mad oh"
# Displays a synonym of phenomenon
define-this synonym -w phenomenon
# Displays three synonyms of phenomenon
define-this synonym -w phenomenon -n 3
- Caching: Since external APIs are used to get the definitions and synonyms of words, the result of each successful request gets cached for offline use. ⚡
-
Make commands and argument follow each other in a simpler and easier to understand way
-
Add interactive spinner/loader-like texts while users await results
-
Display translation of words from one language to another
Your beautiful PRs are always welcome. 🤗