From 80de70f7f3e83a9cd5df36519ce280ce811cac42 Mon Sep 17 00:00:00 2001 From: Chase Colman <5411+chase@users.noreply.github.com> Date: Sat, 13 May 2023 20:12:43 +0800 Subject: [PATCH 1/2] Add awrit to graphics-protocol --- docs/graphics-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index e5fec5e60..39d1560e0 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -45,6 +45,7 @@ Some programs and libraries that use the kitty graphics protocol: * `term-image `_ - A Python library, CLI and TUI to display and browse images in the terminal * `glkitty `_ - C library to draw OpenGL shaders in the terminal with a glgears demo * `twitch-tui `_ - Twitch chat in the terminal +* `awrit `_ - Chromium-based web browser rendered in Kitty with mouse and keyboard support Other terminals that have implemented the graphics protocol: From d569565fe69ba36fdf9d8eaa3b390b85497f84ab Mon Sep 17 00:00:00 2001 From: Chase Colman <5411+chase@users.noreply.github.com> Date: Sat, 13 May 2023 20:14:23 +0800 Subject: [PATCH 2/2] Add awrit to keyboard-protocol --- docs/keyboard-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 6a25c6014..ae906c3c1 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -47,6 +47,7 @@ In addition to kitty, this protocol is also implemented in: * The `dte text editor `__ * The `Helix text editor `__ * The `far2l file manager `__ +* The `awrit web browser `__ .. versionadded:: 0.20.0