15 stable releases

3.5.1 Jul 25, 2023
3.4.0 Apr 2, 2023
3.3.0 Mar 14, 2023
3.1.0 Dec 13, 2022
1.3.0 Jun 23, 2022

#845 in Command line utilities

Download history 2/week @ 2024-02-27 3/week @ 2024-03-12 55/week @ 2024-04-02

55 downloads per month

GPL-3.0 license

32KB
515 lines

WhatYouMean

Crates.io GitHub

A CLI dictionary that uses Wordnik for its info

Usage

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

Installation

Universal Setup

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

Through Cargo

First, ensure you have the latest stable rust version installed. Then run

cargo install whatyoumean

and you're all set!

Prebuilt Binary

Download the latest release from GitHub & exctract the executable to a directory on your PATH.

Building From Source

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

Dependencies

~13–29MB
~431K SLoC