benjajaja / ratatui-image

Ratatui widget for rendering image graphics in terminals that support it
https://crates.io/crates/ratatui-image
MIT License
96 stars 14 forks source link

Iterm2 backend #4

Closed benjajaja closed 8 months ago

benjajaja commented 1 year ago

Should be just like sixel but base64 image data: https://iterm2.com/documentation-images.html It's not clear to me what the format should be, the example script just does (cat path | b64_encode).

benjajaja commented 10 months ago

https://github.com/sxyazi/yazi/blob/main/yazi-adaptor/src/iterm2.rs