From deb564e5a6d0ddccd63e895102a056aff5b98c43 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Jun 2020 18:09:34 +0530 Subject: [PATCH] Even more integrations --- docs/graphics-protocol.rst | 1 + docs/integrations.rst | 3 +++ 2 files changed, 4 insertions(+) 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::