Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/creadone/dl
- Owner: creadone
- License: mit
- Created: 2017-08-09T15:41:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T14:38:47.000Z (over 7 years ago)
- Last Synced: 2024-08-03T17:12:32.558Z (4 months ago)
- Topics: console, crystal, downloader, linux, macosx, terminal
- Language: Crystal
- Homepage:
- Size: 229 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - dl - Simple utility for download files by URLs from list (Cli Utils)
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`