@troshab/claude-dock
v1.0.3
Published
Pinned Claude Code dashboard + workspace tabs for Tabby
Downloads
318
Readme
Claude Dock
Tabby plugin that adds:
- Pinned Claude Dock Dashboard tab (singleton).
- Workspace tabs (one per project directory).
- Per-workspace terminal sub-tabs (opened with
cwd = workspace.cwd). - Claude Code sessions list (working/waiting) driven by Claude hooks (realtime via TCP).
- Claude usage panel (reads
~/.claude/stats-cache.json).


Install
- Install Tabby terminal
- Install the plugin:
npm i -g @troshab/claude-dockThis does everything in one step:
- Installs Claude Code hooks plugin to
~/.claude/plugins/cache/ - Registers
claude-dockin Claude CodeenabledPlugins - Links the Tabby plugin into Tabby's plugin directory
- Restart Tabby to activate.
Uninstall
npm rm -g @troshab/claude-dockRemoves hooks, plugin registration, and Tabby link.
