An open API service indexing awesome lists of open source software.

https://github.com/skonik/rust-async-downloader

Rust asynchronous file downloader
https://github.com/skonik/rust-async-downloader

cli downloader file-downloader rust tokio

Last synced: 10 months ago
JSON representation

Rust asynchronous file downloader

Awesome Lists containing this project

README

          

# Rusty Download



CLI program to asynchronously download files from specified urls in file.

## Usage

`$ cargo run `

`$ cargo run ./urls.txt .`

Urls in the file must be separated by new line `\n`. All the files will saved in current directory()

![downloader_showcase.gif](./img/downloader_showcase.gif)