gift-of-tongues

Crates.iogift-of-tongues
lib.rsgift-of-tongues
version0.2.2
sourcesrc
created_at2022-09-28 13:27:28.870375
updated_at2022-09-28 18:03:41.319608
descriptionA very small CLI utility for looking up the meaning of English words in a dictionary
homepagehttps://github.com/carsonwoods/gift-of-tongues
repositoryhttps://github.com/carsonwoods/gift-of-tongues
max_upload_size
id675738
size42,516
Carson Woods (carsonwoods)

documentation

README

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

Commit count: 26

cargo fmt