-
Notifications
You must be signed in to change notification settings - Fork 815
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
Add Image support using imgcat #4654
Comments
This uses Kitty's Terminal graphics protocol, which isn't supported by most terminal emulators... |
I understand we must consider that only terminal emulators with rendering capabilities can render images well. (I found this discussion for windows terminal; I didn't grasp it fully but place here for reference microsoft/terminal#5746) |
I found this #384, on rich. I think it is better if I close this then. |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
No, imgcat uses the iTerm2 Inline Images Protocol, which is supported by many terminals, including VS Code now. |
I know that is on roadmap and I think I can help by suggesting this.
I found this Python package that enable you to see images on the terminal.
It supports Wezterm, so with it you have full resolution images.
https://pypi.org/project/imgcat/
Considering that is python it's possible to take inspiration from it to make it.
This can enable a full markdown previewer for the terminal, I think the neovim community will love this.
The text was updated successfully, but these errors were encountered: