Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 960 Bytes

File metadata and controls

60 lines (41 loc) · 960 Bytes

imgcat

Introduce

A simple utily to render an image to terminal. Support load image from local disk and from image url.

Features:

  • Ouput image 2 pixel per glyph.
  • Can fetch image from url.
  • Auto analize your terminal size and scale output image base on it.

Screenshots

Simple cat an image local

Simple cat an image remote

Install

If you have go installed in your system.

go get -u github.com/stephentt-me/imgcat

Make sure $GOPATH/bin is in your $PATH.

Or download binary here and put it into your $PATH.

Usage

"Cat" image from file

imgcat foo.jpg

"Curl" image from url

imgcat <url>

Development

To build from source, after clone this repo, run:

make build

Run unitest:

make test

License

MIT