clr

Crates.ioclr
lib.rsclr
version0.3.1
sourcesrc
created_at2019-03-10 14:05:44.346203
updated_at2022-02-13 13:21:45.025503
descriptionColorize CSV data
homepage
repository
max_upload_size
id119882
size6,087
Yusuke Furuhama (furuhama)

documentation

README

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

Commit count: 0

cargo fmt