Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 662 Bytes

rgetd

GitHub tag License

rgetd is a simple command-line program written in Rust that allows you to download files from a given URL.

To Do

  • Progress bar
  • Downloading multiple files at once
  • Own file name after download

Installation

  1. Clone the repository or download the source code.
  2. Navigate to the project directory.
  3. Run the command cargo build --release to build the project.

or

Via cargo: cargo install rtiny