Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 587 Bytes

File metadata and controls

27 lines (19 loc) · 587 Bytes

rust-wget

rust-wget is a simple re-write of the famous wget utility in rust.

alt text

Requirements

  • Latest version of rust is preferred rustup update

Crates used

  • clap
  • reqwest
  • indicatif
  • colored

Usage

Compile the binary and you are set to use it.

Future Plans

  • option expansion- Add other cli options including file download path
  • multi-threading- Is it necessary?

Contributing

Feel free to modify the existing source or add your own features

Dwai logging out