Crates.io | clr |
lib.rs | clr |
version | 0.3.1 |
source | src |
created_at | 2019-03-10 14:05:44.346203 |
updated_at | 2022-02-13 13:21:45.025503 |
description | Colorize CSV data |
homepage | |
repository | |
max_upload_size | |
id | 119882 |
size | 6,087 |
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