An open API service indexing awesome lists of open source software.

https://github.com/brunolm/dcsv

Data CSV. Do things with CSV files.
https://github.com/brunolm/dcsv

Last synced: 3 months ago
JSON representation

Data CSV. Do things with CSV files.

Awesome Lists containing this project

README

        

# Data CSV

Do things with csv files.

## Look

Usage: `dcsv look [options] `

Options:

```
-h, --help output usage information
-d, --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
```