Crates.io | gift-of-tongues |
lib.rs | gift-of-tongues |
version | 0.2.2 |
source | src |
created_at | 2022-09-28 13:27:28.870375 |
updated_at | 2022-09-28 18:03:41.319608 |
description | A very small CLI utility for looking up the meaning of English words in a dictionary |
homepage | https://github.com/carsonwoods/gift-of-tongues |
repository | https://github.com/carsonwoods/gift-of-tongues |
max_upload_size | |
id | 675738 |
size | 42,516 |
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.
To install, simply run cargo install gift-of-tongues
.
To use tongues, simply run:
$ tongues <word>
Doing so will retrieve the definition of the value found in the <word>
parameter.
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.
Dictionary data is provided by https://dictionaryapi.dev