Plugin for displaying images on the terminal using the the catimg.sh script provided by posva
convert (ImageMagick)Open your .zshrc file and add catimg in the plugins section:
plugins=(
# all your enabled plugins
catimg
)
Reload the source file or restart your Terminal session:
$ source ~/.zshrc
$
| Function | Description |
|---|---|
catimg |
Displays the given image on the terminal |