Skip to content

Can Blink Shell display images in the terminal? #1524

Discussion options

You must be logged in to vote

Blink Shell supports displaying images over SSH when using iTerm2 imgcat.

Download it to your bin folder on the remote server, add chmod +x, and pass the image you want to display.

wget https://iterm2.com/utilities/imgcat -P .bin
chmod +x .bin/imgcat
imgcat image.png

This assumes you already have a .bin folder in your $PATH.

To display in terminal multiplexers or mosh, you'll need to use one of many command-line applications to view images. For example, VIU:

More information

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carloscabanero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant