12 releases

0.5.0 May 12, 2023
0.4.3 Dec 31, 2020
0.4.2 Jun 29, 2020
0.3.1 Feb 27, 2020
0.1.2 Sep 13, 2019

#1008 in Web programming

Download history 568/week @ 2024-06-02 823/week @ 2024-06-09 899/week @ 2024-06-16 889/week @ 2024-06-23 1265/week @ 2024-06-30 1425/week @ 2024-07-07 1224/week @ 2024-07-14 1402/week @ 2024-07-21 1570/week @ 2024-07-28 794/week @ 2024-08-04 1133/week @ 2024-08-11 1457/week @ 2024-08-18 718/week @ 2024-08-25 870/week @ 2024-09-01 718/week @ 2024-09-08 440/week @ 2024-09-15

2,899 downloads per month

Custom license

15KB
274 lines

Ruget

Build Status

Alternative to wget written in Rust

install

$ cargo install ruget

In macOS you can install it with Homebrew

$ brew tap ksk001100/homebrew-ruget
$ brew install ruget

usage

$ ruget https://sample-videos.com/img/Sample-png-image-30mb.png
$ ruget https://sample-videos.com/img/Sample-png-image-30mb.png --output sample.png
$ ruget https://sample-videos.com/img/Sample-png-image-30mb.png -o sample.png

Ruget vs Wget

Ruget

$ time ruget http://ipv4.download.thinkbroadband.com/100MB.zip
...
...
...

ruget http://ipv4.download.thinkbroadband.com/100MB.zip  2.00s user 3.38s system 33% cpu 15.858 total

Wget

$ time wget http://ipv4.download.thinkbroadband.com/100MB.zip
...
...
...

wget http://ipv4.download.thinkbroadband.com/100MB.zip  0.34s user 1.84s system 8% cpu 26.428 total

Dependencies

~4–15MB
~224K SLoC