Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sindresorhus/terminal-image-cli

Display images in the terminal
https://github.com/sindresorhus/terminal-image-cli

cli-app image nodejs npm-package terminal-image

Last synced: 4 days ago
JSON representation

Display images in the terminal

Awesome Lists containing this project

README

        

# 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](screenshot-iterm.jpg), since iTerm has [special image support](https://www.iterm2.com/documentation-images.html).*

## Install

```sh
npm install --global terminal-image-cli
```

## Usage

```
$ image --help

Usage
$ image
$ cat | image

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

## Related

- [terminal-image](https://github.com/sindresorhus/terminal-image) - API for this package
- [terminal-link-cli](https://github.com/sindresorhus/terminal-link-cli) - Create clickable links in the terminal