Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hosseind88/terradn
A downloader written in Rust with an awesome customizable progressbar.
https://github.com/hosseind88/terradn
command-line crate downloader rust rust-lang
Last synced: 22 days ago
JSON representation
A downloader written in Rust with an awesome customizable progressbar.
- Host: GitHub
- URL: https://github.com/hosseind88/terradn
- Owner: hosseind88
- License: mit
- Created: 2020-12-23T13:45:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T10:54:12.000Z (over 3 years ago)
- Last Synced: 2024-10-31T12:02:08.144Z (3 months ago)
- Topics: command-line, crate, downloader, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## terradn
A downloader written in Rust.
## usage```
terradn 0.1.0
Hossein Dindar
A file downloader in rustUSAGE:
terradn [FLAGS] [OPTIONS]FLAGS:
-c, --continue resume getting a partially-downloaded file
-h, --help Prints help information
-H, --headers prints the headers sent by the HTTP server
-q, --quiet quiet (no output)
-s, --singlethread download using only a single thread
-V, --version Prints version informationOPTIONS:
-U, --useragent identify as AGENT instead of terradn/VERSION
-O, --output write documents to FILE
-n, --num_connections maximum number of concurrent connections (default is 8)
-T, --timeout set all timeout values to SECONDSARGS:
url to download```
## Installation
Via cargo
```
cargo install terradn
```## screenshot
![screenshot](screenshot.png)
## license
This project is license used the MIT license. See [LICENSE](LICENSE) for more details.