NConsoleMenu icon indicating copy to clipboard operation
NConsoleMenu copied to clipboard

Console menus are easy to build, complex menus are supported, and using them is simple and quick

Results 15 NConsoleMenu issues
Sort by recently updated
recently updated
newest added

[NConsole-Formatted-Docs.pdf](https://github.com/nerai/NConsoleMenu/files/9105313/NConsole-Formatted-Docs.pdf) To make learning easier I formatted the help documents into a PDF. Some, like myself, like to print it out in order to use it as a computerless, or...

Allow stuff like menu.Add("greet", (x,y) => Greet(x,y), "Greets a name a number of times."); Would be great to have multiple parsed arguments instead of a single string.

enhancement

enhancement
help wanted

enhancement

Something like `new MenuItem (...).AddSibling (...).AddSibling (...)`

enhancement

(addition to #23)

enhancement

Queued input should still be possible (i.e. not routed through to the immediate input processor). It is very likely best to not allow queued input to make use of immediate...

bug