/gofer

A file download progress bar in Go

Primary LanguageGo

Gofer

Download progress bar in Go.

demo

Clone

echo "${GOPATH?No GOPATH set}" && \
git clone git@github.com:kevinbuch/gofer.git $GOPATH/src/github.com/kevinbuch/gofer && \
cd $GOPATH/src/github.com/kevinbuch/gofer

Install

$ make install

Usage

$ gofer <url> <destination>

Test

$ make test