ruget
Alternative file downloader written in Rust
TLDR
Download URL contents to file
$ ruget https://example.com/file
Download to specified output file$ ruget -o file_name https://example.com/file
SYNOPSIS
ruget [options] URL
DESCRIPTION
ruget is a download utility written in Rust, serving as an alternative to wget. It downloads files from URLs with a simple command-line interface.
The tool focuses on simplicity and modern Rust implementation.
PARAMETERS
-o, --output file
Specify output filename
CAVEATS
May have fewer features than wget or curl. Check project documentation for supported protocols and options.
HISTORY
Developed as a Rust alternative to traditional download tools like wget.
