Pretty print and format CSV files in the terminal with colors and alignment.
CLI csv pretty printer
tv
$ tv data.csv
$ cat data.csv | tv
$ tv --delimiter ';' semicolon_data.csv
$ tv --max-rows 50 large_file.csv
$ tv --color always output.csv