yurijmikhalevich / rclip

AI-Powered Command-Line Photo Search Tool
MIT License
694 stars 54 forks source link

feat: add support for Sixel and kitty graphics protocols for image preview #72

Closed yurijmikhalevich closed 10 months ago

yurijmikhalevich commented 10 months ago

This is a low priority because we already support the iTerm Inline Graphics protocol, which allows you to preview images in iTerm2, Konsole 22.04+, wezterm, Mintty, and mlterm.

Vote and comment on this issue if you want to prioritize implementing the support for Sixel and kitty protocols. And, if you feel like it, give a stab at it yourself and submit the PR. Contributors are welcome! :)

yurijmikhalevich commented 10 months ago

I am not sure if we want sixel because it's output is quite low-resolution and most of the terminals supporting sixel also support iTerm2 protocol. Please, let me know if you think we need to add either sixel or kitty :)