-
comint-mime is not currently installed on the system. The existing
shr-put-imageadvice may already cover comint-mime's image display since it uses shr internally. This needs testing once comint-mime is available.To install:
(package-install 'comint-mime)or add to nix packages.
| Type |
New Feature
|
| Priority |
Minor
|
| Assignees |
Not assigned
|
Issue Votes (0)
Reported by: shipmints (Reddit)
Integrate with
comint-mime(https://elpa.gnu.org/packages/comint-mime.html) to display images produced by programs in shell/comint buffers via Kitty graphics. The canonical use case is matplotlib charts rendering inline in a Python shell buffer.Approach:
comint-mimeusesshrorcreate-imageto display inline — our existingshr-put-imageadvice may partially cover thiswith-eval-after-load 'comint-mimepatternReference: https://elpa.gnu.org/packages/comint-mime.html