about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-04-05 01:04:33 +0200
committersterni <sternenseemann@systemli.org>2022-04-05 01:04:33 +0200
commit973cdccb4fd052641faafb3f352507efc4dd45bb (patch)
treef4cd9e52915dacd63d771eeefca771962762249e
parent4d22815fe0f0d8ddf326b80fa7a0b4c6332eacff (diff)
README.md: mention tt as related work HEAD master
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e2a7dd3..61fbc35 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,8 @@ bindings for Gtk.
 This work is heavily inspired by the Plan 9 terminal emulator, usage of
 which is further described in the [`rio(1)`][rio man page] man page.
 This terminal emulator was also [ported to Unix][9term man page] as part
-of [plan9port][plan9port web].
+of [plan9port][plan9port web]. An (unmaintained) reimplementation using
+Ruby and the Tk GUI toolkit, named [tt], is also available.
 
 There are also a few projects which seem to share the problem statement
 outlined in the Motivation but propose different solution. Most of
@@ -187,3 +188,4 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
 [gtk css]: https://developer.gnome.org/gtk3/stable/chap-css-overview.html
 [dash web]: http://gondor.apana.org.au/~herbert/dash/
 [gtk primary paste]: https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-enable-primary-paste
+[tt]: https://github.com/leahneukirchen/tt