0.0.2 • Published 8 years ago

dcsv v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Data CSV

Do things with csv files.

Look

Usage: dcsv look [options] <filename>

Options:

  -h, --help                   output usage information
  -d, --delimiter <delimiter>  CSV delimiter (default: ,)
  -l, --line-numbers           Show a column with line numbers

Output:

 - | name                | data                | id
 1 | bruno               | 1337                | 1
 2 | mi"che,ls           | 9999                | 2
 3 | longestHasExactly19 | 123                 | 0
0.0.2

8 years ago

0.0.1

8 years ago