@streetturtle/opencode-open-inOpenCode TUI sidebar plugin to open session folders in IDEs
49
281
188 in 7 days
48.9
Multi-signal model
5 days ago
2026-08-15
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@streetturtle/opencode-open-in@1.0.1"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@streetturtle/opencode-open-in@1.0.1"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D @streetturtle/opencode-open-inopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
Small, focused OpenCode sidebar plugins that make daily coding sessions faster.
If this helps your workflow, please star the repo.
Install
opencode plugin --global @streetturtle/opencode-open-in
opencode plugin --global @streetturtle/opencode-context-progress
opencode plugin --global @streetturtle/opencode-recap
opencode plugin --global @streetturtle/opencode-session-tokens
or from OpenCode, press ctrl+p -> "Install Plugin" -> "@streetturtle/opencode-open-in"
Plugin Pack
@streetturtle/opencode-open-in- quick buttons to open the current session folder in Zed, VS Code, or Cursor.@streetturtle/opencode-context-progress` - context usage progress bar with token usage, window limit, and spend.@streetturtle/opencode-recap- one-click AI recap for the current session.@streetturtle/opencode-session-tokens- collapsible session token totals with per-model breakdown.