Popularity
1.4
Declining
Activity
0.0
Stable
4
2
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.
-
hetzner-k3s
The easiest and fastest way to create and manage Kubernetes clusters in Hetzner Cloud using the lightweight distribution k3s by Rancher. -
oq
A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data. -
meet
Start a meeting quickly from the comfort of your command line. ๐ฉโ๐ฉโ๐งโ๐ฆ๏ธ๐จ๏ธ
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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