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

https://github.com/ashwingokhale/gget

Multithreaded download accelerator written in Go
https://github.com/ashwingokhale/gget

cli cobra concurrency downloader go golang goroutine multithreading wget

Last synced: 2 months ago
JSON representation

Multithreaded download accelerator written in Go

Awesome Lists containing this project

README

        

# GGet

### What is it?
* GGet is a download accelerator written in Go. By default it uses as many threads
as there are CPUs on your machine. You can specify the number of threads and filename.

### Usage
```bash
Usage:
gget [url] [flags]

Flags:
-f, --filename string Specify a filename
-h, --help help for gget
-s, --single-threaded Use single threaded download
-t, --threads int Number of threads to run
```

#### Todo
* Add a progress bar
* Add more options (Make more like wget)