Colorize csv file
Improve a readability of raw csv file from terminal command line.
Cargo build at first, and you will get clr
executable file.
$ cargo build --release
Set PATH to a generated executable file.
You just run clr
command with target CSV file path.
$ clr [target CSV file]
Or, pass a column-separated data directly as a STDIN.
$ cat [target CSV file] | clr
- UTF-8
- SHIFT-JIS