LinuxCommandLibrary

ruget

Alternative to wget written in Rust.

TLDR

Download the contents of a URL to a file

$ ruget [https://example.com/file]
copy


Download the contents of a URL to a specified [o]utput file
$ ruget --output [file_name] [https://example.com/file]
copy

Copied to clipboard