You can install the binary crate directly
sh
cargo install ansinator
you can clone ansinator repo and build it locally
sh
git clone https://github.com/dax99993/ansinator
cd ansinator
cargo install --path .
This application was design to work in any unicode terminal but the result might look different depending on the terminal font and settings. Testing has been performed only on Alacritty, Kitty, ST and rxvt-unicode, using the JetBrains Mono font.
Probably will work for all terminals - Alacritty working - Kitty working - ST working - rxvt-unicode working except for truecolor, use terminalcolor instead
Probably will work on all terminals supporting Unicode Glyphs - Alacritty working - Kitty working - ST working - rxvt-unicode working
Probably will work on all terminals supporting Unicode Glyphs - Alacritty working - Kitty working - ST working - rxvt-unicode working except for truecolor, use terminalcolor instead
Probably will work on all terminals supporting Unicode Glyphs, but it also depends on the way the terminal handles sextant characters. - Alacritty working but might look weird depending on the x,y character offset and the font - Kitty working - ST working but might look weird depending on the x,y character offset and the font - rxvt-unicode not working missing sextant characters (might be a misconfiguration of my part of the fonts)
If find any bug or weird behaviour send an email to dax99993@gmail.com