I was thinking, why cant we render images in hyperterm like iTerm2 can? It should be easier in an Electron based app.
iTerm2:
The used a custom escape code, which is documented here: https://www.iterm2.com/documentation-images.html. The used imgcat
command can be found here: https://raw.githubusercontent.com/gnachman/iTerm2/master/tests/imgcat
We might not need to implement that exact escape code, but having something similar would be cool.
I was trying to look for a place where I could start, but somehow I cannot figure out where exactly. If anyone is willing to give a tip, it's always welcome.
We might not need to implement that exact escape code
It should support the escape code too, so existing stuff meant for iTerm works in HyperTerm too.
Duplicate of #101
Closing this one then, thanks.
Most helpful comment
It should support the escape code too, so existing stuff meant for iTerm works in HyperTerm too.