From ae899fe24fc724bcb63c2d7c3b534bf4bc180e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denys=20S=C3=A9guret?= Date: Sun, 7 Jul 2024 15:08:28 +0200 Subject: [PATCH] Update graphics-protocol.rst Add broot to the list of applications using Kitty's graphics protocol (IMO it would be easier to read with an alphabetical sorting and by removing the gratuitous "blazing fast" assertions but that's out of scope of this PR) --- docs/graphics-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 69767d7d9..f6b750f20 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -29,6 +29,7 @@ Some programs and libraries that use the kitty graphics protocol: * `termpdf.py `_ - a terminal PDF/DJVU/CBR viewer * `ranger `_ - a terminal file manager, with image previews +* `broot `_ - a terminal file explorer and manager, with preview of images, SVG, PDF, etc. * `Yazi `_ - Blazing fast terminal file manager written in Rust, based on async I/O * :doc:`kitty-diff ` - a side-by-side terminal diff program with support for images * `tpix `_ - a statically compiled binary that can be used to display images and easily installed on remote servers without root access