tidy-viewer

Pretty print and format CSV files in the terminal with colors and alignment.

brewmacoslinux
Try with needOr install directly
Source

About

CLI csv pretty printer

Commands

tv

Examples

view CSV file in formatted table$ tv data.csv
pretty print CSV from standard input$ cat data.csv | tv
display CSV with custom delimiter$ tv --delimiter ';' semicolon_data.csv
view large CSV file with scrolling$ tv --max-rows 50 large_file.csv
format CSV with colored output and aligned columns$ tv --color always output.csv