Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/plague-doc/csharp-terminal-menu
- Owner: Plague-Doc
- License: mit
- Created: 2024-05-16T14:52:51.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-12-29T15:09:03.000Z (about 1 month ago)
- Last Synced: 2024-12-29T16:19:22.855Z (about 1 month ago)
- Topics: console-application, csharp, terminal-ui
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.