Popularity
1.4
Declining
Activity
0.0
Stable
4
1
0
Programming language: Crystal
License: MIT License
Tags:
Cli Utils
dl alternatives and similar shards
Based on the "CLI Utils" category.
Alternatively, view dl alternatives based on common mentions on social networks and blogs.
-
tallboy
Declarative API for drawing unicode/ascii character tables in crystal lang -
terminal_table.cr
Terminal Table is a simple ASCII table generator written in Crystal. -
progress_bar.cr
A ProgressBar implementation for the Crystal programming language
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
Do you think we are missing an alternative of dl or a related project?
README
DL — utility for download files by URLs from list
Usage:
- clone repo
git clone https://github.com/creadone/dl.git
- install dependencies
cd dl/src && crystal deps
- build release
crystal build dl.cr --release
- run
./dl -l urls.txt -o ./destination_folder