csvlens

Command-line CSV viewer with interactive browsing capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Command-line csv viewer

Commands

csvlens

Examples

View a CSV file interactively with column headers and scrolling$ csvlens data.csv
View CSV with custom delimiter (e.g., semicolon-separated)$ csvlens -d ';' data.csv
View CSV from stdin output of another command$ cat data.csv | csvlens