Crates.io | rgetd |
lib.rs | rgetd |
version | 1.5.1 |
source | src |
created_at | 2023-10-10 11:17:12.448609 |
updated_at | 2023-11-12 11:20:00.956943 |
description | A simple CLI tool for downloading files from the internet. |
homepage | |
repository | https://github.com/DemwE/rgetd |
max_upload_size | |
id | 999010 |
size | 97,631 |
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.
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