From 0da26b6929008fb831629f5db6238987b3cfd030 Mon Sep 17 00:00:00 2001 From: Samuele Facenda Date: Wed, 8 Feb 2023 05:57:28 +0100 Subject: [PATCH] Add gum (#128) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c43f89..63f449c 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ List of projects that provide terminal user interfaces - [FTXUI](https://github.com/ArthurSonzogni/FTXUI) 💻 C++ Functional Terminal User Interface. ❤️ - [gocui](https://github.com/jroimartin/gocui) Minimalist Go package aimed at creating Console User Interfaces - [gui.cs](https://github.com/migueldeicaza/gui.cs) Console-based user interface toolkit for .NET applications +- [gum](https://github.com/charmbracelet/gum) A tool for glamorous shell scripts - [imtui](https://github.com/ggerganov/imtui) An immediate mode text-based user interface library, supporting 256 ANSI colors and mouse/keyboard input. - [ink](https://github.com/vadimdemedes/ink) React for interactive command-line apps - [Lanterna](https://github.com/mabe02/lanterna) A Java library for creating text-based UIs, very similar to the C library curses but with more functionality.