#cli #graphics #terminal

app tai

tai (Terminal Ascii Images) tool to convert images to ascii

9 releases

0.0.8 Sep 12, 2021
0.0.7 Sep 5, 2021
0.0.6 Jun 13, 2021
0.0.5 Apr 19, 2021
0.0.1 Feb 24, 2021

#1186 in Command line utilities

Download history 1/week @ 2022-11-23 7/week @ 2022-11-30 2/week @ 2022-12-07 12/week @ 2022-12-14 1/week @ 2022-12-21 2/week @ 2022-12-28 5/week @ 2023-01-04 11/week @ 2023-01-11 2/week @ 2023-01-18 5/week @ 2023-01-25 26/week @ 2023-02-01 19/week @ 2023-02-08 49/week @ 2023-02-15 2/week @ 2023-02-22 4/week @ 2023-03-01 3/week @ 2023-03-08

59 downloads per month

MIT license

31KB
681 lines

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

Dependencies

~5.5MB
~62K SLoC