TUI Library written in Go
Files | Log | Commits | Refs | README
Author: Sebastian
Date: 2025-09-02
Subject: Update README.md
commit 891fa38941490ba8106d3460e72eaf35c5f45494 Author: Sebastian <102849993+nyangkosense@users.noreply.github.com> Date: Tue Sep 2 13:21:34 2025 +0200 Update README.md diff --git a/README.md b/README.md index c399056..952f86b 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,5 @@ No documentation beyond this README and the code itself. The function names are ## Why Bother? Sometimes you need a TUI and don't want to deal with ncurses or massive Go libraries. Sometimes you want code you can actually understand. Sometimes smaller is better. -Tinybox does exactly what it needs to do and nothing more. It's not trying to be everything for everyone. It's a sharp tool that does one thing well, gives you a drawable terminal surface with input handling. +Tinybox does exactly what it needs to do and nothing more. It's not trying to be everything for everyone. If you need more, there are plenty of feature-rich alternatives. If you want less, you probably don't want a TUI at all.