ozzy 41e0de7a02 chore(project): add license
shouldve had this earlier. whoopsie!
2026-08-30 16:15:23 -05:00
2026-08-30 15:02:13 -05:00
2026-08-30 15:39:32 -05:00
2026-08-30 15:39:32 -05:00
2026-08-30 15:12:25 -05:00
2026-08-30 16:15:23 -05:00
2026-08-30 16:12:34 -05:00

define

a small, simple tool to define words from the terminal.

definitions are from the free dictionary api.

usage

Usage: define [OPTIONS] <WORD>

Arguments:
  <WORD>  word to define

Options:
  -l, --language <LANGUAGE>
          language of the word [default: en]
  -p, --parts-of-speech <PARTS_OF_SPEECH>
          parts of speech to show [default: noun verb adjective adverb pronoun preposition conjunction interjection exclamation determiner article]
  -e, --examples
          show examples for definitions
  -h, --help
          Print help
  -V, --version
          Print version

installation

there is currently no automated installation. simply build the program and place the resulting executable in your path.

building

build using just. see available recipes by running just or just --list.

S
Description
define words from the terminal
Readme MIT 71 KiB
Languages
Rust 91.2%
Just 8.8%