2.0.0 • Published 3 years ago

terminal-image-cli v2.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

terminal-image-cli

Display images in the terminal

Works in any terminal that supports colors. Supports animated GIFs.

In iTerm, the image will be displayed in full resolution, since iTerm has special image support.

Install

$ npm install --global terminal-image-cli

Usage

$ image --help

  Usage
    $ image <image>
    $ cat <image> | image

  Examples
    $ image unicorn.jpg
    $ cat unicorn.jpg | image

Related