khalidabuhakmeh/ConsoleTables
Print out a nicely formatted table in a console application C# observed · 2026-08-28
Health v2 · maintenance only
34/100
- Activity 26
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 259
- age_days: 4872
- days_rel: 448
- days_push: 448
- n_releases_24m: 2
Adoption not part of the score
1010 stars · 160 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small C# library for printing nicely formatted ASCII tables to the console from structured data or POCOs. It supports multiple table formats (Default, Alternative, Minimal) and is distributed via NuGet.
Use cases
- print a formatted table in a C# console app
- output a list of POCOs as a table in the terminal
- format CLI tool output as columns
- render tabular data in .NET console application
- display query results in console with aligned columns
When to choose
- you need quick, dependency-free tabular console output in .NET
- you want multiple table styles with minimal configuration
- you want to dump collections of objects to the console for debugging or CLI output
When to avoid
- you need rich TUI features like colors, scrolling, or interactive widgets
- you are not on a .NET/C# platform
- you need to export tables to files or formats like CSV/HTML rather than console output
Facets
library · maturity stable
cli developer-tools terminal-ui developer-tools dotnet cross-platform cli console-output table-formatting csharp nuget poco command-line
1 source
- readme: https://github.com/khalidabuhakmeh/ConsoleTables · fetched 2026-08-28 · f175897bac24
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| khalidabuhakmeh/ConsoleTables | main | 34 |
For agents
markdown · JSON · MCP: product_card(name="khalidabuhakmeh/ConsoleTables")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem