Skip to content

tai (Terminal Ascii Images) tool to convert images to text written in Rust

License

Notifications You must be signed in to change notification settings

MustafaSalih1993/tai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github crates

TAI

Terminal Ascii Images

A tool to convert images to ascii art written in Rust 🦀


Installation

Cargo:

You can install the binary crate directly

cargo install tai

Gentoo Linux:

tai is available in GURU

emerge -av app-misc/tai
local ebuilds

local ebuilds can be found HERE to add it in your local overlay.

Arch Linux:

tai-git (a community package) is available in Arch Linux's AUR

yay/paru -S tai-git

Manual Installation:

you can clone tai repo and build it locally

git clone https://github.com/MustafaSalih1993/tai
cd tai
cargo install --path .

Notes

  • This tool is still in development stage.

Contributions

contributions with code, issues, documentation are welcome.

License

MIT