From 638b6f3eb70d8ec44a5928683284672cc6c65174 Mon Sep 17 00:00:00 2001 From: Mish Ushakov <10400064+mishushakov@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:06:55 +0200 Subject: [PATCH] Add desktui to the list of applications using the graphics protocol desktui is a VNC client that renders the remote framebuffer with the graphics protocol, one remote pixel per terminal pixel. Co-Authored-By: Claude Opus 5 (1M context) --- docs/graphics-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 752231b86..76d0cef90 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -32,6 +32,7 @@ Some applications that use the kitty graphics protocol: * `bicat `_ - a terminal image viewer that also works in the Vifm file manager, with nested Tmux support * `broot `_ - a terminal file explorer and manager, with preview of images, SVG, PDF, etc. * `chafa `_ - a terminal image viewer +* `desktui `_ - a VNC client that draws a remote desktop in the terminal, one remote pixel per terminal pixel * :doc:`kitty-diff ` - a side-by-side terminal diff program with support for images * `fzf `_ - A command line fuzzy finder * `mpv `_ - A video player that can play videos in the terminal