A tiny Bash script to pretty-print CSV files in the terminal with bold yellow headers.
Clone the repo and symlink the script:
git clone https://github.com/Thomasbush9/viewcsv.git
cd viewcsv
chmod +x viewcsv.sh
ln -s "$PWD/viewcsv.sh" ~/.local/bin/viewcsvMake sure ~/.local/bin is in your PATH:
export PATH="$HOME/.local/bin:$PATH"viewcsv path/to/your.csv- handles missing values
- Uses column and less for clean terminal output

