gigagei

Crates.iogigagei
lib.rsgigagei
version0.3.0
created_at2025-03-18 19:20:25.132417+00
updated_at2025-05-12 18:10:20.727185+00
descriptionrandom quote fetching console utility
homepage
repositoryhttps://github.com/q60/gigagei
max_upload_size
id1597027
size29,711
kira malinova (q60)

documentation

README

ᎩᎦᎨᎢ rust

ᎩᎦᎨᎢ (IPA: [gigagei]) is a random quote fetching console utility. Written in Rust.

screenshot

installing

  • use latest pre-built binary from releases

  • use via the flake

options

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

building and installing manually

you need Rust to build ᎩᎦᎨᎢ.

cargo build --release

running

gigagei
Commit count: 17

cargo fmt