Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otavio/rsget
A simple command line utility to download a remote file, similar to wget. This is not intended to be a full feature wget replacement but a simple tool to test few Rust crates.
https://github.com/otavio/rsget
indicatif reqwest rust simple structopt wget
Last synced: about 10 hours ago
JSON representation
A simple command line utility to download a remote file, similar to wget. This is not intended to be a full feature wget replacement but a simple tool to test few Rust crates.
- Host: GitHub
- URL: https://github.com/otavio/rsget
- Owner: otavio
- License: apache-2.0
- Created: 2018-06-22T00:10:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T14:44:23.000Z (2 months ago)
- Last Synced: 2024-12-15T15:15:04.717Z (7 days ago)
- Topics: indicatif, reqwest, rust, simple, structopt, wget
- Language: Rust
- Homepage:
- Size: 452 KB
- Stars: 134
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsget
A simple command line utility to download a remote file, similar to
`wget`. This is not intended to be a full feature `wget` replacement
but a simple tool to test few Rust crates.This utility makes use of following crates:
* [anyhow](https://crates.io/crates/anyhow)
* [indicatif](https://crates.io/crates/indicatif)
* [reqwest](https://crates.io/crates/reqwest)
* [structopt](https://crates.io/crates/structopt)
* [tokio](https://crates.io/crates/tokio)## Example
![Using rsget ascii video](https://raw.githubusercontent.com/otavio/rsget/master/doc/usage-sample.gif)
## License
Licensed under Apache License, Version 2.0, ([LICENSE](LICENSE) or https://www.apache.org/licenses/LICENSE-2.0).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the
Apache-2.0 license, shall be licensed as above, without any additional
terms or conditions.