Linux command assistant for Go.
git clone https://github.com/itcuihao/gman.git $GOPATH/src/gman
cd $GOPATH/gman
make
gman
Alternative Install Options
git clone https://github.com/itcuihao/gman.git $GOPATH/src/gman
cd $GOPATH/gman
go install -v ./...
gman
© CH. 2018
Released under the MIT License