#download #progress-bar #downloader #cli-tool #file #filename #http-request

app rgetd

A simple CLI tool for downloading files from the internet

3 stable releases

1.5.1 Nov 12, 2023
1.5.0 Nov 11, 2023
1.4.1 Oct 10, 2023

#1769 in Command line utilities

GPL-3.0 license

31KB
223 lines

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

Dependencies

~12–27MB
~413K SLoC