Gofret

gofret is a Download Manager written in Go.

Download as .zip Download as .tar.gz View on GitHub

Gofret Download Manager

Gofret is a Download Manager written in Go.

Download

Gofret, wget like a download manager. But simple and amateur.

Gofret using the go's pb library.

Gofret Version 0.1

intro.png

Build

Install pb library

go get github.com/cheggaaa/pb

After install:

go build -o gofret main.go // linux, unix like systems
go build -o gofret.exe main.go // for windows

Usage

After Build:

./gofret -url=https://somesite.com/somefile.zip

screenshot.png

Help

./gofret -help

Version

./gofret -version