Can Blink Shell display images in the terminal? #1524
Answered
by
carloscabanero
carloscabanero
asked this question in
Q&A
-
What is the fastest way to view images from the terminal? How do I make my terminal display images? How do I view an image inside the terminal, without downloading it? |
Beta Was this translation helpful? Give feedback.
Answered by
carloscabanero
Jul 29, 2022
Replies: 1 comment
-
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
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
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carloscabanero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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