udict

Crates.ioudict
lib.rsudict
version0.1.2
sourcesrc
created_at2022-04-21 16:48:07.236051
updated_at2022-11-11 18:34:33.566391
descriptionA CLI tool for fetching Urban Dictionary definitions
homepagehttps://github.com/lsmb/udict
repositoryhttps://github.com/lsmb/udict
max_upload_size
id571718
size52,301
(lsmb)

documentation

README

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 or yay paru -S udict-bin

Usage

udict <term> -- Search the term from urban dictionary, can include spaces

udict hello world

udict [n] <term> -- Show the n number of definitions

udict 4 hello world

Commit count: 9

cargo fmt