ᎩᎦᎨᎢ (IPA: [gigagei]) is a random quote fetching console utility. Written in Rust.
- use via the flake
cargo install gigagei
- use latest pre-built binary from releases
Usage: gigagei [-b <backend>] [-l <language>] [-a] [-n] [-j] [-w <wrap-width>]
A random quote fetching console utility
Options:
-b, --backend quote fetching API, must be one of: forismatic, hapesire.
default is hapesire
-l, --language quote language, must be one of: en[glish], ru[ssian].
default is en
-a, --ascii-quotation
force ASCII quotation marks
-n, --no-colors disables colors
-j, --json return quote in JSON
-w, --wrap-width wrap width in characters, default is terminal width
-h, --help, help display usage information
you need Rust to build ᎩᎦᎨᎢ.
cargo build --release
gigagei