Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

opencode-plugins

A collection of OpenCode plugins.

Plugins

PluginDescription
apple-passwordsInject secrets from a macOS Keychain as shell environment variables.

Installing a plugin

OpenCode loads plugins from .opencode/plugins/ (project-level) or ~/.config/opencode/plugins/ (global). Copy the plugin's .ts file into one of those directories:

# Global install (example: apple-passwords)
mkdir -p ~/.config/opencode/plugins
curl -fsSL https://raw.githubusercontent.com/evancetesha/opencode-plugins/main/apple-passwords/apple-passwords.ts \
-o ~/.config/opencode/plugins/apple-passwords.ts

See each plugin's own README for setup and configuration.

License

MIT

About

A collection of OpenCode plugins

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages