diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 5259db66d..5c1912993 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 +* `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 * `mpv `_ - A video player that can play videos in the terminal diff --git a/docs/integrations.rst b/docs/integrations.rst index 02353ea27..230e68fc6 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -46,6 +46,13 @@ graphics protocol. Another terminal file manager, with previews of file contents powered by kitty's graphics protocol. +.. _tool_yazi: + +`Yazi `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Blazing fast terminal file manager, with built-in kitty graphics protocol support +(implemented both Classic protocol and Unicode placeholders). + .. _tool_hunter: `hunter `_ diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 5a23bdf10..1fbd94f81 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -49,7 +49,7 @@ In addition to kitty, this protocol is also implemented in: * The `dte text editor `__ * The `Helix text editor `__ * The `far2l file manager `__ -* The `yazi file manager `__ +* The `Yazi file manager `__ * The `awrit web browser `__ * The `nushell shell `__ * The `fish shell `__