3 stable releases
1.5.1 | Nov 12, 2023 |
---|---|
1.5.0 | Nov 11, 2023 |
1.4.1 | Oct 10, 2023 |
#2677 in Command line utilities
31KB
223 lines
rgetd
rgetd is a simple command-line program written in Rust that allows you to download files from a given URL. It utilizes the reqwest crate for making HTTP requests and indicatif crate for displaying a progress bar during the download process.
To Do
- Progress bar
- Downloading multiple files at once
- Own file name after download
How to build?
git clone https://github.com/DemwE/rget
cd rget
cargo build --release
cp /target/release/rget .
# if you want to install on your system
cp rget /bin
Dependencies
~12–26MB
~386K SLoC