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.
# 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
- CondensedMilk7 heavily inspired by their Countryfetch project structure.
- Thanks to rocktimsaikia for the awesome Animechan API!