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 also supports logging.
- Colors (colors and text decoration)
- Keypresses (waiting for keypress, reading keypresses)
- Logging (also with sub-loggers.)
- Assertions (one-liners)
- Argument parsing
- Window (doesn't work)