Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/imgcat-cli

CLI tool to display image in iTerm 2.9+
https://github.com/egoist/imgcat-cli

Last synced: 4 months ago
JSON representation

CLI tool to display image in iTerm 2.9+

Awesome Lists containing this project

README

        

# imgcat-cli [![NPM version](https://img.shields.io/npm/v/imgcat-cli.svg)](https://npmjs.com/package/imgcat-cli) [![NPM downloads](https://img.shields.io/npm/dm/imgcat-cli.svg)](https://npmjs.com/package/imgcat-cli)

![preview](https://ooo.0o0.ooo/2016/03/16/56e9739f6a18a.gif)

## Install

```bash
$ npm install -g imgcat-cli
```

## Usage

```js
$ imgcat http://...

$ imgcat ./path/to/a.gif
```

All [imgcat](https://github.com/egoist/imgcat) options can be used here via CLI flags, like `--width 40px`

## Related

- [imgcat](https://github.com/egoist/imgcat) - API of this module

## License

MIT © [EGOIST](https://github.com/egoist)