MCPcopy Index your code
hub / github.com/KyleBanks/goggles

github.com/KyleBanks/goggles @v0.3.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.5 ↗ · + Follow
230 symbols 552 edges 49 files 56 documented · 24%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

goggles

GoDoc  Build Status  Go Report Card  Coverage Status

🔭 Goggles is a GUI for your $GOPATH.

Goggles Demo

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

Goggles can be run in a web browser (cross-platform) or as a standalone application (Mac only).

Stable (browser & standalone)

Grab the latest release from the Releases page.

From Source (browser mode)

Requires go 1.8 or higher.

$ go get github.com/KyleBanks/goggles/cmd/goggles
$ goggles

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.

In order to work on Goggles there are a few steps you'll need to take in order to build and run from source:

  1. go get github.com/KyleBanks/goggles/...
  2. Install npm and Gulp, in order to build the front-end assets.
  3. Install go-bindata-assetfs in order to bundle front-end assets into the Go binary.

Web Browser

  1. Run make to build and run Goggles in your web browser.

Standalone (Mac Only)

  1. Install Gallium, in order to bundle the .app.
  2. Run make app to build and launch the application.

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 project.

Author

Goggles was developed by Kyle Banks.

Thanks

The Gopher loading images were created by Ashley McNamara and inspired by Renee French.

Gopher

License

Goggles is available under the Apache 2.0 license.

Extension points exported contracts — how you extend this code

Runner (Interface)
Runner defines a type that can run system commands. [2 implementers]
pkg/sys/runner.go
Provider (Interface)
Provider is a type that provides access to package data, the host operating system, and anything else the API requires t [2 …
server/api/api.go

Core symbols most depended-on inside this repo

p
called by 15
static/js/lib/prettify.js
x
called by 11
static/js/lib/prettify.js
d
called by 9
static/js/lib/showdown.1.6.3.js
a
called by 8
static/js/lib/showdown.1.6.3.js
f
called by 7
static/js/lib/prettify.js
b
called by 6
static/js/lib/showdown.1.6.3.js
AbsPath
called by 6
pkg/sys/sys.go
C
called by 5
static/js/lib/prettify.js

Shape

Function 162
Method 51
Struct 13
Interface 3
TypeAlias 1

Languages

Go89%
TypeScript11%

Modules by API surface

server/assets/bindata_assetfs.go61 symbols
static/js/lib/prettify.js17 symbols
server/api/api_test.go12 symbols
resolver/package.go12 symbols
server/api/api.go10 symbols
cmd/provider_test.go10 symbols
static/js/lib/showdown.1.6.3.js9 symbols
pkg/sys/sys_test.go8 symbols
pkg/sys/sys.go8 symbols
cmd/cmd.go7 symbols
conf/conf.go6 symbols
cmd/provider.go6 symbols

For agents

$ claude mcp add goggles \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact