Skip to content
/ aniquote Public

CLI tool for printing anime quotes in your terminal.

License

Notifications You must be signed in to change notification settings

kug1/aniquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    anime      <title>  - Print a quote from the anime.
    character  <name>   - Print a quote of the character.
    random              - Print a random quote.
    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