diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 85911c83e..e8ea174e7 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -43,6 +43,7 @@ Some programs and libraries that use the kitty graphics protocol: * `rasterm `_ - Go library to display images in the terminal * `chafa `_ - a terminal image viewer * `hologram.nvim `_ - view images inside nvim +* `term-image `_ - A Python library, CLI and TUI to display and browse images in the terminal Other terminals that have implemented the graphics protocol: diff --git a/docs/integrations.rst b/docs/integrations.rst index d8eb21d83..19643193c 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -47,6 +47,12 @@ graphics protocol. Another terminal file manager, with previews of file contents powered by kitty's graphics protocol. +.. _tool_term_image: + +`term-image `__ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Tool to browse images in a terminal using kitty's graphics protocol. + .. _tool_koneko: `koneko `_