Display images and gifs in your terminal emulator.
brew install danielgatis/imgcat/imgcat
First, install snapcraft.
First, install scoop.
scoop bucket add scoop-imgcat https://github.com/danielgatis/scoop-imgcat.git
scoop install scoop-imgcat/imgcat
Alternatively, you can download a pre-built binary here.
First, install Go.
Next, fetch and build the binary.
go install github.com/danielgatis/imgcat@latest
or, if you use pre-1.17 Go version, use the go get
command:
go get -u github.com/danielgatis/imgcat
Display a remote image
curl -s http://input.png | imgcat
Display a local image
-h
, -help
: Show help message-interpolation
: Set interpolation method (default: lanczos
)
nearest
: Fastest resampling filter, no antialiasing.lanczos
: A high-quality resampling filter for photographic images yielding sharp results.-silent
: Hide Exit message (default: false).-top-offset
: Offset from the top of the terminal to start rendering the image (default 8)-type
: Image resize type. Options: fit, resize (default "fit")Your terminal emulator must be support true color
and use a monospaced font
that includes the lower half block unicode character (▄ U+2584
).
Copyright (c) 2020-present Daniel Gatis
Licensed under MIT License
Liked some of my work? Buy me a coffee (or more likely a beer)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4