rgetd is a simple command-line program written in Rust that allows you to download files from a given URL.
- Progress bar
- Downloading multiple files at once
- Own file name after download
- Clone the repository or download the source code.
- Navigate to the project directory.
- Run the command
cargo build --release
to build the project.
Via cargo: cargo install rtiny