Display JPEG/PNG image with cat command, on some terminals support SIXEL (RLogin/mlterm/tanasinn). Inspired by GateOne.


Keywords
sixel, terminal
License
GPL-3.0
Install
pip install sixelterm==0.0.10

Documentation

sixelterm

Install

via github

$ git clone https://github.com/saitoha/sixelterm.git
$ cd sixelterm
$ python setup.py install

or via pip

$ pip install sixelterm

Usage

$ sixelterm
$ cat test.jpg

[imagefile] is expected to be a PNG/JPEG formatted image file.
  • Options:

    -h, --help                  show this help message and exit
    --version                   show version
    

Dependency

Reference