Skip to content

A CLI tool for retrieving the meaning of English words

License

Notifications You must be signed in to change notification settings

carsonwoods/gift-of-tongues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gift of Tongues

Or simply called "tongues", is a very small application written in Rust to quickly lookup the meaning of a word. Currently, only english is supported, though this may change over time as more dictionaries are added.

Installation Guide

To install, simply run cargo install gift-of-tongues.

Usage

To use tongues, simply run:

$ tongues <word>

Doing so will retrieve the definition of the value found in the <word> parameter.

FAQs

Q: What languages are supported by tongues?"

A: Currently, only english. This might change as the app evolves. To add a new language, an API or database would be required containing the information for that language.

Acknowledgements

Dictionary data is provided by https://dictionaryapi.dev

About

A CLI tool for retrieving the meaning of English words

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages