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
- Host: GitHub
- URL: https://github.com/tomek-i/consolemenu
- Owner: tomek-i
- Created: 2020-07-08T10:58:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T03:20:05.000Z (over 5 years ago)
- Last Synced: 2025-10-11T02:37:38.585Z (8 months ago)
- Topics: console-menu, csharp, dotnet
- Language: C#
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

The menu items / selectors are not restricted to single characters. you can mix and match digits and characters etc.

You can have nested menu's and they follow the same principles, exiting the submenus will get you back to the parent menu.

Customizable help

Extended Colors

Repositions the cursor through ANSI codes for smooth animations.