Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trashhalo/imgcat
a tool to output images as RGB ANSI graphics on the terminal
https://github.com/trashhalo/imgcat
image pin terminal
Last synced: 4 days ago
JSON representation
a tool to output images as RGB ANSI graphics on the terminal
- Host: GitHub
- URL: https://github.com/trashhalo/imgcat
- Owner: trashhalo
- License: mit
- Created: 2020-10-22T21:33:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T19:25:52.000Z (over 2 years ago)
- Last Synced: 2024-10-11T15:14:16.123Z (25 days ago)
- Topics: image, pin, terminal
- Language: Go
- Homepage:
- Size: 95.7 KB
- Stars: 498
- Watchers: 7
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - trashhalo/imgcat - a tool to output images as RGB ANSI graphics on the terminal (Go)
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.