LambdaKit.Terminal is a C# library for managing everything in the terminal, it's an alternative of Console, and it can be used for tui applications. It supports things like colors, argument parsing, key listening and windowing (experimental).
- Colors (colors and text decoration)
- Keypresses (waiting for keypress, reading keypresses)
- Argument parsing
- Window (experimental)