3 unstable releases
0.3.1 | Feb 13, 2022 |
---|---|
0.3.0 | Dec 26, 2020 |
0.2.0 | Mar 10, 2019 |
#2 in #colorize
28 downloads per month
4KB
clr
Colorize csv file
What's this?
Improve a readability of raw csv file from terminal command line.
Build
Cargo build at first, and you will get clr
executable file.
$ cargo build --release
Set PATH to a generated executable file.
Usage
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
Support
- UTF-8
- SHIFT-JIS
Screenshot
Dependencies
~5MB
~138K SLoC