Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading