olekukonko/tablewriter
ASCII table in golang observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 97
- Release rhythm 62
- 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: 54
- age_days: 4593
- days_rel: 174
- days_push: 21
- n_releases_24m: 2
Adoption not part of the score
4808 stars · 398 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Go library for rendering rich text-based tables in ASCII, Unicode, Markdown, HTML, and colorized terminal output. It supports flexible input from CSV, structs, and slices, with styling options like cell merging, alignment, and borders.
Use cases
- print ascii tables in a go cli tool
- render markdown tables from data
- format query results as a table in the terminal
- generate html tables from go structs
- colorize table output in the terminal
- stream rows into a table in real time
When to choose
- you need pretty tabular output from a Go CLI or log output
- you want multiple output formats like ASCII, Markdown, or HTML from one library
- you need high-performance table rendering with minimal allocations
When to avoid
- you need graphical or interactive tables in a web frontend
- you are not working in Go
- you depend on the legacy v0.0.5 API and cannot migrate to the v1 API
Facets
library · maturity stable
developer-tools cli templating data-visualization developer-tools data-visualization go cli cross-platform ascii-table terminal-output markdown-tables html-tables unicode-tables table-rendering command-line
1 source
- readme: https://github.com/olekukonko/tablewriter · fetched 2026-08-28 · 658e2960a3df
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| olekukonko/tablewriter | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="olekukonko/tablewriter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem