3 unstable releases

0.3.1 Feb 13, 2022
0.3.0 Dec 26, 2020
0.2.0 Mar 10, 2019

#2 in #colorize

35 downloads per month

MIT license

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

sample01

Dependencies

~5MB
~137K SLoC