From 6fa2087bcaf171247cbb266de39912a0d5375770 Mon Sep 17 00:00:00 2001 From: Nikolaos Protopapas Date: Wed, 11 Mar 2026 01:25:20 +0200 Subject: [PATCH] Add SharpConsoleUI to CLI section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 275ca0908..cc419282a 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w * [Docopt](https://github.com/docopt/docopt.net) - Command-line interface description language that will make you smile. * [Gui.cs](https://github.com/migueldeicaza/gui.cs) - Terminal UI toolkit for .NET. * [Power Args](https://github.com/adamabdelhamed/PowerArgs) - PowerArgs converts command-line arguments into .NET objects that are easy to program against. It also provides a ton of optional capabilities such as argument validation, auto generated usage, tab completion, and plenty of extensibility +* [SharpConsoleUI](https://github.com/nickprotop/ConsoleEx) - Console windowing system with overlapping windows, drag/resize/minimize/maximize, 30+ controls, embedded terminal emulator, and async per-window threads. * [SharpNetSH](https://github.com/rpetz/SharpNetSH) - A simple netsh library for C#. * [spectre.console](https://github.com/spectresystems/spectre.console) - A library that makes it easier to create beautiful console applications.