Crates.io | whatyoumean |
lib.rs | whatyoumean |
version | 3.5.1 |
source | src |
created_at | 2022-05-28 23:23:52.405123 |
updated_at | 2023-07-25 20:12:15.440049 |
description | A CLI dictionary |
homepage | |
repository | https://github.com/Clay-6/WhatYouMean |
max_upload_size | |
id | 596085 |
size | 103,915 |
A CLI dictionary that uses Wordnik for its info
Run the command
wym <word>
in your preferred terminal, where <word>
is the word you want to define. Use wym --help
for more detailed usage instructions
Get a Wordnik API key here and store it in an environment variable named
WORDNIK_API_KEY
. Then, instal the program from either cargo
or a prebuilt binary
First, ensure you have the latest stable rust version installed. Then run
cargo install whatyoumean
and you're all set!
Download the latest release from GitHub & exctract the
executable to a directory on your PATH
.
Ensure you have the Rust toolchain installed.
git clone
the repository, then run
cargo build
for a debug build, or
cargo build --release
for a release build