LinuxCommandLibrary

ruget

Alternative file downloader written in Rust

TLDR

Download URL contents to file

$ ruget https://example.com/file
copy
Download to specified output file
$ ruget -o file_name https://example.com/file
copy

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.

SEE ALSO

wget(1), curl(1), aria2c(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community