Popularity
1.6
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
A CLI tool to create and manage Kubernetes clusters in Hetzner Cloud using the lightweight distribution k3s by Rancher. -
tallboy
Declarative API for drawing unicode/ascii character tables in crystal lang -
meet
Start a meeting quickly from the comfort of your command line. ๐ฉโ๐ฉโ๐งโ๐ฆ๏ธ๐จ๏ธ -
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
Updating dependencies is time-consuming.
Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
Promo
blog.mergify.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