wordsmith-cli 0.1.0

A Rust-based word lookup tool for the terminal. Fetches definitions from dictionaryapi.dev, slang from Urban Dictionary, synonyms/antonyms from Datamuse, and Gen Alpha meanings from gen_alpha_dictionary. Logs lookups to Markdown and JSONL with timestamps and optional glow rendering. Simple flags, no config, no cache — just fast word data in your shell.
# === Build outputs ===
debug/
target/

# === Local temp & dev directories ===
temp/
md_specs/

# === Logs, caches, backups ===
*.log
*.bak
*.old
*.tmp
*.cache
.cache/
logs/
tests/tmp/

# === Media / large files ===
*.png
*.jpg
*.jpeg
*.gif
*.mp4

# === Editor and merge leftovers ===
*.swp
*.swo
*~
*.orig
**/*.rs.bk

# === OS & IDE clutter ===
.DS_Store
.idea/
.vscode/

# === Tooling / generated data ===
**/mutants.out*/
*.pdb