mirror of
https://github.com/celogeek/imgcat.git
synced 2025-05-23 23:42:36 +02:00
imgcat
Display a remote image into the terminal.
Build
Install Go Lang from: https://go.dev/
Then build
With make
make
Or directly
go build -o imgcat
Usage
./imgcat -u "https://images.pexels.com/photos/2558605/pexels-photo-2558605.jpeg?cs=srgb&dl=pexels-anel-rossouw-2558605.jpg&fm=jpg" -r 25

Help
Usage:
imgcat [OPTIONS]
Application Options:
-u, --url= url of the jpg
-r, --rows= maximum number of rows
Help Options:
-h, --help Show this help message
Description
Languages
Go
85.3%
Makefile
14.7%