From 01a34a884601059ca00da9adba3a518e9f17c901 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Oct 2020 08:42:59 +0530 Subject: [PATCH] Add links to viu that supports the graphics protocol --- docs/graphics-protocol.rst | 1 + docs/integrations.rst | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 03c53b3f1..abab2bb5b 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -37,6 +37,7 @@ Some programs that use the kitty graphics protocol: * `pixcat `_ - a third party CLI and python library that wraps the graphics protocol * `neofetch `_ - A command line system information tool + * `viu `_ - a terminal image viewer .. contents:: diff --git a/docs/integrations.rst b/docs/integrations.rst index e37dce5f1..b6c7251fd 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -30,6 +30,10 @@ images and other types of documents directly in your terminal, even over SSH. `koneko `_ browse images from the pixiv artist community directly in kitty +`viu `_ + view images in the terminal, similar to kitty's icat, however also supports + displaying animated GIFs + System and data visualisation tools ---------------------------------------