goggles

🔭 Goggles is a GUI for your $GOPATH.

Features
- Browse and search local packages
- View package documentation
- Open the project folder in Finder or Terminal
- Open the project repository in your browser
- Displays badges for GoDoc, Goreportcard, and Travis.CI (if .travis.yml is present)
Install
Stable
Grab the latest release from the Releases page.
From Source
In order to build and run Goggles, there are a few steps you'll need to take:
go get github.com/KyleBanks/goggles/...
- Install Gallium, in order to bundle the
.app.
- Install npm and Gulp, in order to build the front-end assets.
- Run
make to build and launch the application.
Note: Goggles is currently only available for Mac OS. If you'd like to see Goggles available on additional platforms, I encourage you to help contribute to the Gallium project.
Contributing
Contributions to Goggles are very welcome! In order to contribute, either open a new issue for discussion prior to making changes, or comment on an existing ticket indicating that you'd like to take it.
Author
Goggles was developed by Kyle Banks.
Thanks
The Gopher loading images were created by Ashley McNamara and inspired by Renee French.

License
Goggles is available under the Apache 2.0 license.