Hyper: Render images

Created on 18 Jul 2016  路  3Comments  路  Source: vercel/hyper

I was thinking, why cant we render images in hyperterm like iTerm2 can? It should be easier in an Electron based app.

iTerm2:
screen shot 2016-07-18 at 21 27 21

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.

Most helpful comment

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sagarduwal picture sagarduwal  路  3Comments

rauchg picture rauchg  路  3Comments

cooperpellaton picture cooperpellaton  路  3Comments

dbkaplun picture dbkaplun  路  3Comments

legomushroom picture legomushroom  路  3Comments