An open API service indexing awesome lists of open source software.

https://github.com/orisano/rget

rget is the parallel downloader for GitHub release.
https://github.com/orisano/rget

cli downloader

Last synced: 9 months ago
JSON representation

rget is the parallel downloader for GitHub release.

Awesome Lists containing this project

README

          

# rget
rget is the parallel downloader for GitHub release.

## Installation
```bash
go get github.com/orisano/rget
```

## How to use
```
$ rget
Usage of rget:
-o string
output file path (required)
-u string
url (required)
-b int
block size (MB)
-P int
maxprocs (default 4)
-x add executable flag
-v show verbose
-V show version
```

## Author
Nao Yonashiro (@orisano)

## License
MIT