v0.55 A .NET library for console applications

Spectre.Console

Formatted, interactive console output in C# — tables, charts, prompts, and live displays.

status — dotnet
Spectre.Console live status display demo
Quick start

Install and start rendering

Targets .NET Standard 2.0 through .NET 10. Add the package and write to AnsiConsole.

Install Spectre.Console
$ dotnet add package Spectre.Console
Install Spectre.Console.Cli
$ dotnet add package Spectre.Console.Cli