From 871bacab90ca836de9a38fcdb4a3482a52178de7 Mon Sep 17 00:00:00 2001 From: guitarero <guitarero@gmail.com> Date: Sun, 20 Jun 2021 16:21:23 +0500 Subject: [PATCH] Added Terminal.Gui to Libraries section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44b2c4b..ed5af0e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ List of projects that provide terminal user interfaces - [py_cui](https://github.com/jwlodek/py_cui) Python library aimed at making widget based TUI/CUI interfaces as simple as possible. Supports standard widgets and popups like menus, textboxes, forms, file explorers etc. - [tui-go](https://github.com/marcusolsson/tui-go) A UI library for terminal applications (deprecated) - [tui-rs](https://github.com/fdehau/tui-rs) Terminal user interfaces and dashboards using Rust +- [Terminal.Gui](https://github.com/migueldeicaza/gui.cs) Cross Platform Terminal GUI toolkit for .NET ## <a name="messaging"></a>Messaging