rgetd

Crates.iorgetd
lib.rsrgetd
version1.5.1
sourcesrc
created_at2023-10-10 11:17:12.448609
updated_at2023-11-12 11:20:00.956943
descriptionA simple CLI tool for downloading files from the internet.
homepage
repositoryhttps://github.com/DemwE/rgetd
max_upload_size
id999010
size97,631
Mateusz Czarnecki (DemwE)

documentation

README

rgetd

GitHub tag License

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

default config.toml

Commit count: 51

cargo fmt