# Plugin Library

Add functionality and customize your BuildBuddy CLI experience with plugins built by our incredible developer community.

[Create your own plugin](https://www.buildbuddy.io/docs/cli-plugins#creating-a-plugin) [Plugin docs](https://www.buildbuddy.io/docs/cli-plugins)

## Featured plugin

### open-invocation

Adds support for an `--open` argument which automatically opens your BuildBuddy invocation page once your build completes.

`bb install buildbuddy-io/plugins:open-invocation`

[View docs](https://github.com/buildbuddy-io/buildbuddy/tree/master/cli/plugins/open-invocation#readme)

## Top plugins

### go-deps

Prompts you to automatically run gazelle when you forget to update your BUILD files.

`bb install buildbuddy-io/plugins:go-deps`

[View docs](https://github.com/buildbuddy-io/buildbuddy/tree/master/cli/plugins/go-deps#readme)

### theme-modern

Styles your Bazel console output with a more modern theme.

`bb install siggisim/theme-modern`

[View docs](https://github.com/siggisim/theme-modern#readme)

### notify

Adds support for a `--notify` argument that sends you a desktop notification when your build completes.

`bb install buildbuddy-io/plugins:notify`

[View docs](https://github.com/buildbuddy-io/buildbuddy/tree/master/cli/plugins/notify#readme)

### theme-mono

Styles your Bazel console output with a minimalist, monochrome theme.

`bb install siggisim/theme-mono`

[View docs](https://github.com/siggisim/theme-mono#readme)

### go-highlight

Highlights any go errors to make them easier to visually distinguish from the rest of your console output.

`bb install bduffany/go-highlight`

[View docs](https://github.com/bduffany/go-highlight#readme)

### ping-remote

Disables remote execution if not connected to the internet.

`bb install siggisim/ping-remote`

[View docs](https://github.com/siggisim/ping-remote#readme)

Help others improve their build experience by sharing your plugin in the plugin library!

Submit your plugin

## Build better today.

[Get the BuildBuddy CLI](https://www.buildbuddy.io/docs/cli)
