Skip to content

Thomasbush9/viewcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viewcsv

A tiny Bash script to pretty-print CSV files in the terminal with bold yellow headers.

Comparision

🐱 Default Output with cat

cat output

🖥️ Pretty Output with viewcsv

viewcsv output

Installation

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/viewcsv

Make sure ~/.local/bin is in your PATH:

export PATH="$HOME/.local/bin:$PATH"

Usage

viewcsv path/to/your.csv
  • handles missing values
  • Uses column and less for clean terminal output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages