rust-wget is a simple re-write of the famous wget utility in rust.
- Latest version of rust is preferred
rustup update
- clap
- reqwest
- indicatif
- colored
Compile the binary and you are set to use it.
- option expansion- Add other cli options including file download path
- multi-threading- Is it necessary?
Feel free to modify the existing source or add your own features
Dwai logging out
