tidy-viewer

Pretty-print CSV files in the terminal with colors and formatting

brewmacoslinux
Try with needOr install directly
Source

About

CLI csv pretty printer

Commands

tv

Examples

View a CSV file with automatic formatting$ tv data.csv
Pipe CSV data from another command$ cat data.csv | tv
View specific columns with filtering$ tv -c 1,3,5 data.csv