A small .NET library for displaying nice looking messages and visualising progress in console applications:
- Supports .NET 6, .NET 7 and .NET 8
- Supports callouts (information, success, warning, error)
- Supports progress visualisation with different progress units:
- Percent
- Count
- FileSize
- and additionally custom formatted values
- Supports output redirection.
- Supports logging via ILogger abstraction.
It looks like this:
dotnet add package Enbrea.Konsoli
Documentation is available in the GitHub wiki.
Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.