vat renders vector graphics (SVG & Android Vector Drawables) to your terminal.
Any terminal that implements the kitty graphics protocol should work (ghostty, kitty, wezterm, etc)
brew install jzbrooks/repo/vat
Download the distribution from the releases page and ensure it has execute permission. Give it execute permissions e.g. chmod u+x vat
.
The terminal is ghostty.
The image can be found at http://plurib.us/1shot/2008/eleven_below/.
> vat [options] [file]
vat renders vector artwork (SVG & Android Vector Drawable) to the terminal.
Options:
--background-color background color in hexadecimal RGBA format
-s --scale scale factor (float or integer)
-h --help print this message
-v --version print the version number
java -jar vat
for Windows
This project uses the Gradle build system.
To build the binary: ./gradlew binary
To see all available tasks: ./gradlew tasks