felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.21k stars 443 forks source link

Sixel graphics support #363

Open spacecowgirl314 opened 5 years ago

spacecowgirl314 commented 5 years ago

This would be so cool to have. It's the standard for image support in terminals. It looks like work in xterm.js has been done for this? https://github.com/xtermjs/xterm.js/pull/1940

felixse commented 5 years ago

They didn't merge it. Maybe there will be an addon once the addon API is finished

bever1337 commented 4 years ago

Is there a milestone or ETA for this feature? I am working on proxying a shell client into a browser, and the shell client will have sixel support.

Xeddius commented 4 years ago

They passed over this in favor of more "important" features, to my own dismay.

Xeddius commented 4 years ago

Also @bever1337 I'd love to see that, it'd work perfectly for something called edex-ui, which is based on xterm.js, if we could just get them to make it a priority it'd be wonderful.

AutumnMeowMeow commented 1 month ago

FYI https://github.com/jerch/xterm-addon-image

xterm.js has both sixel and iTerm2 support as a standard addon now.

Xeddius commented 2 weeks ago

FYI https://github.com/jerch/xterm-addon-image

xterm.js has both sixel and iTerm2 support as a standard addon now.

Fantastic news, unfortunately edex-ui is no longer in development.