Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/plague-doc/csharp-terminal-menu

CSharp console app keyboard navigation menu system.
https://github.com/plague-doc/csharp-terminal-menu

console-application csharp terminal-ui

Last synced: 1 day ago
JSON representation

CSharp console app keyboard navigation menu system.

Awesome Lists containing this project

README

        

# TerminalMenu

A console application menu system that can be naivgated with directional keyboard inputs written in C#.
The menu logic itself is all inside the `Logic/Menu.cs` file, everything else are just examples on how to use it.