Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Render images instead of image urls #53

Open
Banh-Canh opened this issue Sep 2, 2024 · 2 comments
Open

Feat: Render images instead of image urls #53

Banh-Canh opened this issue Sep 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Banh-Canh
Copy link
Contributor

For compatible terminal emulator, such as kitty. I'm wondering how possible it is with the current design. I'm willing to take a look myself but maybe you have some pointers/ideas if it's even possible/planned.

@TypicalAM
Copy link
Owner

Most probable strategy would be to display the image in a preview popup. Image viewing support could be added provided that we can use something like kitty graphics protocol/iterm/sixel. When it comes to sixel, one should find a go implmentation because using libsixel would require CGO compilation which is undesirable.

I do not have much time to dedicate to the project atm, you could take a stab at it if you want. Have a nice day!

@TypicalAM TypicalAM added the enhancement New feature or request label Sep 3, 2024
@TypicalAM
Copy link
Owner

This could also be useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants