# imgcat **Repository Path**: mirrors_iansinnott/imgcat ## Basic Information - **Project Name**: imgcat - **Description**: a tool to output images as RGB ANSI graphics on the terminal - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # imgcat Tool to output images in the terminal. Built with [bubbletea](https://github.com/charmbracelet/bubbletea) ## install ### homebrew ``` brew install trashhalo/homebrew-brews/imgcat ``` ### prebuilt packages Prebuilt packages can be found at the [releases page](https://github.com/trashhalo/imgcat/releases) ### aur ``` yay -S imgcat ``` ## sample output ``` imgcat https://i.redd.it/65fmdbh1ja951.jpg ``` ![sample](./sample.png) ## files on disk ``` imgcat *.jpg ``` - j, down: next image - k, up: previous image ## gifs imgcat supports gifs and yes they will animate on your terminal. The quality of that animation seems largely dependant on your terminal. [Kitty](https://sw.kovidgoyal.net/kitty/#) runs them best. ## svgs imgcat has experimental svg support.