Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 840 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 840 Bytes

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 The menu items / selectors are not restricted to single characters. you can mix and match digits and characters etc.

Sub Menus 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 Customizable help

Color Display Extended Colors

Loading Bars Repositions the cursor through ANSI codes for smooth animations.