Skip to content

DemwE/rgetd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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