Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/creadone/dl

Utility for download files by URLs from list
https://github.com/creadone/dl

console crystal downloader linux macosx terminal

Last synced: about 1 month ago
JSON representation

Utility for download files by URLs from list

Awesome Lists containing this project

README

        

DL — utility for download files by URLs from list

Usage:

1. clone repo `git clone https://github.com/creadone/dl.git`
2. install dependencies `cd dl/src && crystal deps`
3. build release `crystal build dl.cr --release`
4. run `./dl -l urls.txt -o ./destination_folder`