Skip to content

furuhama/clr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages