diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 236fa543a..95893779b 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -34,6 +34,7 @@ Some programs that use the kitty graphics protocol: * `ranger `_ - a terminal file manager, with image previews, see this `PR `_ * :doc:`kitty-diff ` - a side-by-side terminal diff program with support for images + * `pixcat `_ - a third party CLI and python library that wraps the graphics protocol * `neofetch `_ - A command line system information tool diff --git a/docs/integrations.rst b/docs/integrations.rst index dbbbed7c0..92fa96a25 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -37,6 +37,9 @@ System and data visualisation tools `matplotlib `_ show matplotlib plots directly in kitty +`KittyTerminalImages.jl `_ + show images from Julia directly in kitty + `gnuplot `_ a graphing and data visualization tool that can be made to display its output in kitty with the following bash snippet::