Terminal Ascii Images
A tool to convert images to ascii art written in Rust 🦀
You can install the binary crate directly
sh
cargo install tai
tai is available in GURU
sh
emerge -av app-misc/tai
local ebuilds can be found HERE to add it in your local overlay.
tai-git (a community package) is available in Arch Linux's AUR
sh
yay/paru -S tai-git
you can clone tai repo and build it locally
sh
git clone https://github.com/MustafaSalih1993/tai
cd tai
cargo install --path .
contributions with code, issues, documentation are welcome.