{"id":13393935,"url":"https://github.com/KyleBanks/goggles","last_synced_at":"2025-03-13T19:31:56.444Z","repository":{"id":144202735,"uuid":"85404210","full_name":"KyleBanks/goggles","owner":"KyleBanks","description":"🔭  Goggles is a cross-platform GUI for your $GOPATH!","archived":false,"fork":false,"pushed_at":"2017-10-29T19:13:24.000Z","size":5659,"stargazers_count":671,"open_issues_count":7,"forks_count":18,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-12-06T19:09:55.580Z","etag":null,"topics":["go-tools","golang","golang-tools","gopath","gui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KyleBanks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-18T13:44:03.000Z","updated_at":"2024-07-09T09:49:58.000Z","dependencies_parsed_at":"2023-05-19T14:30:39.125Z","dependency_job_id":null,"html_url":"https://github.com/KyleBanks/goggles","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBanks%2Fgoggles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBanks%2Fgoggles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBanks%2Fgoggles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleBanks%2Fgoggles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyleBanks","download_url":"https://codeload.github.com/KyleBanks/goggles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243469231,"owners_count":20295715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go-tools","golang","golang-tools","gopath","gui"],"created_at":"2024-07-30T17:01:02.972Z","updated_at":"2025-03-13T19:31:56.436Z","avatar_url":"https://github.com/KyleBanks.png","language":"Go","funding_links":[],"categories":["Go","Dev Tools with GUI"],"sub_categories":[],"readme":"# goggles\n\n[![GoDoc](https://godoc.org/github.com/KyleBanks/goggles?status.svg)](https://godoc.org/github.com/KyleBanks/goggles)\u0026nbsp; \n[![Build Status](https://travis-ci.org/KyleBanks/goggles.svg?branch=master)](https://travis-ci.org/KyleBanks/goggles)\u0026nbsp;\n[![Go Report Card](https://goreportcard.com/badge/github.com/KyleBanks/goggles)](https://goreportcard.com/report/github.com/KyleBanks/goggles)\u0026nbsp;\n[![Coverage Status](https://coveralls.io/repos/github/KyleBanks/goggles/badge.svg?branch=master)](https://coveralls.io/github/KyleBanks/goggles?branch=master)\n\n🔭  Goggles is a GUI for your $GOPATH.\n\n![Goggles Demo](./demo.gif)\n\n## Features\n\n- Browse and search local packages\n- View package documentation\n- Open the project folder in Finder or Terminal\n- Open the project repository in your browser\n- Displays badges for GoDoc, Goreportcard, and Travis.CI (if .travis.yml is present)\n\n## Install\n\nGoggles can be run in a web browser (cross-platform) or as a standalone application (Mac only).\n\n### Stable (browser \u0026 standalone)\n\nGrab the latest release from the [Releases](https://github.com/KyleBanks/goggles/releases) page. \n\n### From Source (browser mode)\n*Requires go 1.8 or higher.*\n\n```\n$ go get github.com/KyleBanks/goggles/cmd/goggles\n$ goggles\n```\n\n## Contributing\n\nContributions 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.\n\nIn order to work on Goggles there are a few steps you'll need to take in order to build and run from source:\n\n1. `go get github.com/KyleBanks/goggles/...`\n2. Install [npm](https://www.npmjs.com/) and [Gulp](http://gulpjs.com/), in order to build the front-end assets.\n3. Install [go-bindata-assetfs](https://github.com/elazarl/go-bindata-assetfs) in order to bundle front-end assets into the Go binary.\n\n#### Web Browser\n\n1. Run `make` to build and run Goggles in your web browser.\n\n#### Standalone (Mac Only)\n\n1. Install [Gallium](https://github.com/alexflint/gallium), in order to bundle the `.app`.\n2. Run `make app` to build and launch the application.\n\n**Note:** If you'd like to see Goggles available as a standalone application on additional platforms, I encourage you to help contribute to the [Gallium](https://github.com/alexflint/gallium) project.\n\n## Author\n\nGoggles was developed by [Kyle Banks](https://twitter.com/kylewbanks).\n\n## Thanks\n\nThe [Gopher](./static/img) loading images were created by [Ashley McNamara](https://twitter.com/ashleymcnamara) and inspired by [Renee French](http://reneefrench.blogspot.co.uk/).\n\n![Gopher](./static/img/loader-1.png)\n\n## License\n\nGoggles is available under the [Apache 2.0](./LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKyleBanks%2Fgoggles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKyleBanks%2Fgoggles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKyleBanks%2Fgoggles/lists"}