Crates.io | avatarsay |
lib.rs | avatarsay |
version | 0.1.1 |
source | src |
created_at | 2024-09-29 22:51:26.6462 |
updated_at | 2024-09-30 01:59:59.17366 |
description | Beautiful quotes from Avatar: The Last Airbender |
homepage | https://github.com/dotzenith/AvatarSay |
repository | https://github.com/dotzenith/AvatarSay |
max_upload_size | |
id | 1391154 |
size | 380,228 |
Beautiful quotes from Avatar: The Last Airbender, right in your terminal
Note:
AvatarSay uses viuer to display the images, but it does not use the sixel feature.
This means it only supports the kitty and iTerm protocols.
AvatarSay was tested on the following terminal emulators:
AvatarSay uses AvatarAPI.rs to source the information
As such AvatarAPIBaseURL
must be set:
export AvatarAPIBaseURL="http://avatarquotes.xyz/api"
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dotzenith/AvatarSay/releases/latest/download/avatarsay-installer.sh | sh
brew tap dotzenith/tap
brew install avatarsay
irm https://github.com/dotzenith/AvatarSay/releases/latest/download/avatarsay-installer.ps1 | iex
cargo install avatarsay
Pre-Compiled binaries for linux, mac, and windows are available in Releases
git clone https://github.com/dotzenith/AvatarSay.git
cd AvatarSay
cargo build --release
./target/release/avatarsay
Beautiful quotes from Avatar: The Last Airbender
Usage: avatarsay <COMMAND>
Commands:
random Get a random quote
character Get a quote from a specfic character
nation Get a quote from a character from a specfic nation
bending Get a quote from a character with specfic bending ability
episode Get a quote from a specfic episode
book Get a quote from a specfic book
valid Get all valid inputs for any given filter above
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
0.1.1 - Initial Release