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.
- Host: GitHub
- URL: https://github.com/orisano/rget
- Owner: orisano
- License: mit
- Created: 2018-08-29T19:44:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T05:30:07.000Z (about 1 year ago)
- Last Synced: 2025-09-30T02:46:20.595Z (9 months ago)
- Topics: cli, downloader
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 56
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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