Popularity
1.9
Growing
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 install 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
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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