tabulate

Header-only C++ library for creating formatted ASCII tables

brewmacoslinux
Try with needOr install directly
Source

About

Table Maker for Modern C++

Commands

tabulate

Examples

Create a simple table with headers and data$ tabulate --help
Display a formatted table with borders$ echo -e 'Name\tAge\nAlice\t30\nBob\t25' | tabulate
Generate table with custom formatting options$ tabulate --border=single --align=center input.csv