got icon indicating copy to clipboard operation
got copied to clipboard

Got: Simple golang package and CLI tool to download large files faster 🏃 than cURL and Wget!

Results 16 got issues
Sort by recently updated
recently updated
newest added

I would like to stream the output so I can pipe to tar. e.g. `curl -s "url" | tar -xz -C /tmp` Could we have an option to stream to...

Team, Whenever we are restarting for same file it downloads from scratch. Does it support the multipart download download and restart from where we paused earlier.

The default build script does not include support for arm64, even though binaries are available.

Hi, the latest version didn't build with the following error ``` user@host got % go build ./... # golang.org/x/sys/unix ../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variable ``` Original(?)/related...

Hi, I get the following ``` got -c 128 https://datashare.ed.ac.uk/download/DS_10283_3443.zip 99.34% ▕████████████████████████▉▏ 12 GB/12 GB @ 0 B/s ``` I'm using a VM with 8 vCPUs, so it's 16 threads...

Schollz just released [progressbar](https://github.com/schollz/progressbar). Would make a great addition to got.

Currently, there's no way to access version information. Adding `-v, --version` or simply tacking it to `got -h,--help` would be great.

Hello, Launching the command to a server with basic authorization (jenkins), I receive the following error (the file size is 3 gbs.): 2021/12/13 08:27:18 stream error: stream ID 21; INTERNAL_ERROR;...

Hello, Just an FYI - there's already a project named [Got](https://gameoftrees.org/) - unfortunate coincidence it seems. Not sure if there's anything that can be done but thought I'd put it...

There is [this](https://github.com/laher/wget-go), but it's not hugely well-known, and only a partial port and hasn't been update in a while. This tool's name (`got`) is really excellent, and I would...