tinybox
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/tinybox.git
Update README.md
Commit d8b24a7a01dd0af601e7cc004b9acb44272fbeea by Sebastian <102849993+nyangkosense@users.noreply.github.com> on 2025-09-02 13:19:13 +0200
diff --git a/README.md b/README.md
index fa1ab5c..c399056 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Tinybox - Minimalist TUI Library
+# Tinybox
I needed a simple way to build terminal interfaces in Go. Everything out there was either massive (tcell), abandoned (termbox), or tried to force some architecture on me (bubbletea with its Elm thing). I just wanted to draw stuff on the screen and read keyboard input without pulling in half the internet.