hyper-imgcat
v1.0.1
Published
Extension for display images in terminal like iTerm2 imgcat in Hyper
Downloads
13
Maintainers
Readme
hyper-imgcat
Display a image in a terminal. This is inspired by iTerm2 imgcat.
Description
Can be displayed on tmux.
Demo
Requirement
- Hyper 3.02
Install
If you installed iTerm2 imgcat, please remove that before install hyper-imgcat.
Because this plugin hooks the words command not found: imgcat
.
Download hyper-imgcat.
$ cd ~/.hyper_plugins/local
$ git clone https://github.com/Rasukarusan/hyper-imgcat.git
Add hyper-imgcat to localPlugins in ~/.hyper.js
.
localPlugins: [
'hyper-imgcat',
],
Usage
$ imgcat ~/Desktop/lion.jpg
- The image path must be specified as an absolute path.
- Press
BACKSPACE
, the image will be hidden.