ShettySach / cohle

Rust CLI that prints Rust Cohle quotes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COHLE

Rust CLI that prints Rust Cohle quotes.

Alt text

Install:

cargo install --git=https://github.com/ShettySach/cohle

Usage:

cohle [OPTIONS] [quote_index] [COMMAND]

Commands:

  • list
    Lists all the quotes along with their indices [aliases: l]
  • quote
    Print only quote without image [aliases: q]
  • image
    Print only image without quote [aliases: i]
  • help
    Print this message or the help of the given subcommand(s)

Arguments:

  • [quote_index]
    Index of the quote (Optional)

Options:

  • -c, --col
    Use 'cohle -c ' to print quote in colour
  • -b, --bg
    Print image with black background [Better for light coloured terminals]
  • -h, --help
    Print help
  • -V, --version
    Print version

Colours:

  • r | red
  • b | blue
  • y | yellow
  • g | green
  • m | magenta
  • c | cyan
  • bk | black
  • lr | bright_red
  • lg | bright_green
  • lb | bright_blue
  • ly | bright_yellow
  • lm | bright_magenta
  • lc | bright_cyan
  • lbk | bright_black
  • lw | bright_white"

About

Rust CLI that prints Rust Cohle quotes.


Languages

Language:Rust 100.0%