https://github.com/aligoren/gofret
gofret is a Download Manager written in Go.
https://github.com/aligoren/gofret
file-download go golang wget
Last synced: 5 months ago
JSON representation
gofret is a Download Manager written in Go.
- Host: GitHub
- URL: https://github.com/aligoren/gofret
- Owner: aligoren
- License: gpl-2.0
- Created: 2015-05-29T00:20:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T07:36:53.000Z (over 6 years ago)
- Last Synced: 2025-04-09T09:39:51.083Z (6 months ago)
- Topics: file-download, go, golang, wget
- Language: Go
- Homepage: http://aligoren.github.io/gofret/
- Size: 1.6 MB
- Stars: 48
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Gofret Download Manager
Gofret is a Download Manager written in Go.
[Download](https://github.com/aligoren/gofret/raw/master/build/gofret.exe)
Gofret, [wget](http://www.gnu.org/software/wget/) like a download manager. But simple and amateur.
Gofret using the go's [pb](https://github.com/cheggaaa/pb) library.
**Gofret Version 0.1**

#Build
Install **pb** library
~~~~{.shell}
go get github.com/cheggaaa/pb
~~~~After install:
~~~~{.shell}
go build -o gofret main.go // linux, unix like systems
go build -o gofret.exe main.go // for windows
~~~~#Usage
####After Build:
~~~~{.shell}
./gofret -url=https://somesite.com/somefile.zip
~~~~
####Help
~~~~{.shell}
./gofret -help
~~~~####Version
~~~~{.shell}
./gofret -version
~~~~