TUI Library written in Go
Files | Log | Commits | Refs | README
Author: Sebastian
Date: 2025-09-02
Subject: Update README.md
commit d8b24a7a01dd0af601e7cc004b9acb44272fbeea Author: Sebastian <102849993+nyangkosense@users.noreply.github.com> Date: Tue Sep 2 13:19:13 2025 +0200 Update README.md 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.