Replies: 2 comments 4 replies
-
imgcat encodes images in terminal control codes for the terminal to display. On the remote site you need another application to do the encoding if wezterm is not installed. You can try: https://github.com/hzeller/timg and run it on the remote side. fx:
You can change the display method with the
As an alternative, you can use iTerm2's imgcat script here: https://iterm2.com/utilities/imgcat -- edited |
Beta Was this translation helpful? Give feedback.
-
FWIW I've made my own shell-based implementation of imgcat, based on a script provided by iterm2 which @kar1 mentioned (which is actually incomplete wrt the actual spec): It does kinda work through tmux, with limitations (because tmux doesn't understand the img protocol):
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I like the imgcat feature in wezterm. I installed wezterm on my windows machine and ssh-ed into a linux machine, but then the terminal img display did not work. How can I get this to work? Do I have to install wezterm also on the remote machine? Is there another way to handle this that is "lighter weight"?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions