Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.53 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.53 KB

aniquote


Usage

  Usage:   aniquote
  Version: 4.1.0

  Description:

    A CLI tool for printing anime quotes in your terminal.

  Options:

    -h, --help     - Show this help.
    -V, --version  - Show the version number for this program.

  Customization options:

    --tui                          - Print the quote in a TUI instance.
    -t, --titleColor      [color]  - Set anime title label color
    -c, --characterColor  [color]  - Set character label color
    -q, --quoteColor      [color]  - Set quote label color

  Commands:

    upgrade             - Upgrade aniquote executable to latest or given version.

Requirements

Installation

# Clone the repository and change into the directory
git clone https://github.com/kug1/aniquote && cd ./aniquote

# Make the script executable
chmod +x ./install.sh

# Run the script
./install.sh

You can uninstall with deno uninstall aniquote

Acknowledgements