Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgreben/csv-dl
csv-dl reads CSV on stdin, and downloads linked files. single binary, no dependencies. linux, osx, windows. #golang
https://github.com/sgreben/csv-dl
cli csv download scraper
Last synced: about 1 month ago
JSON representation
csv-dl reads CSV on stdin, and downloads linked files. single binary, no dependencies. linux, osx, windows. #golang
- Host: GitHub
- URL: https://github.com/sgreben/csv-dl
- Owner: sgreben
- License: mit
- Created: 2019-01-26T23:47:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T14:49:54.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T07:51:06.578Z (3 months ago)
- Topics: cli, csv, download, scraper
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv-dl
`csv-dl` reads CSV on stdin, and downloads linked files.
![screenshot](doc/shot.png)
- [Examples](#examples)
- [Field names from CSV header](#field-names-from-csv-header)
- [Field values by column index](#field-values-by-column-index)
- [Field names from CLI args](#field-names-from-cli-args)
- [Relative/incomplete links](#relativeincomplete-links)
- [Multiple links per row](#multiple-links-per-row)
- [Get it](#get-it)
- [Usage](#usage)## Examples
### Field names from CSV header
**input.csv**
```csv
"app","version","url"
csv-dl,0.0.1,https://github.com/sgreben/csv-dl/releases/download/0.0.1/csv-dl_0.0.1_linux_x86_64.zip
``````sh
$