udict - Urban Dictionary CLI

A CLI tool for fetching Urban Dictionary definitions.

# Installation ### cargo `cargo install udict` ### Arch Linux Using an AUR package manager, for example [paru](https://github.com/Morganamilo/paru) or [yay](https://github.com/Jguer/yay) `paru -S udict-bin` # Usage `udict ` -- Search the term from urban dictionary, can include spaces `udict hello world` `udict [n] ` -- Show the `n` number of definitions `udict 4 hello world`