An open API service indexing awesome lists of open source software.

https://github.com/tomek-i/consolemenu

A menu builder for console applications in .NET
https://github.com/tomek-i/consolemenu

console-menu csharp dotnet

Last synced: about 1 month ago
JSON representation

A menu builder for console applications in .NET

Awesome Lists containing this project

README

          

# Console Menu
A utility library to add quickly a menu system to your command line tool or console application.

There is a Demo project included showcasing some of it's features.

![Main Menu](/assets/main-menu.png?raw=true "Main Menu Demo")
The menu items / selectors are not restricted to single characters. you can mix and match digits and characters etc.

![Sub Menus](/assets/sub-menu.png?raw=true "Sub Menu Demo")
You can have nested menu's and they follow the same principles, exiting the submenus will get you back to the parent menu.

![Help Menu](/assets/help.png?raw=true "Customizable help")
Customizable help

![Color Display](/assets/rainbow.png?raw=true "Rainbow Demo")
Extended Colors

![Loading Bars](/assets/loadingbars.png?raw=true "Loading bar Demo")
Repositions the cursor through ANSI codes for smooth animations.