Terminal shortcuts, workspace launchers, and Stream Deck setup for Mike's dev workflow
wt -d .
Location: D:\ClaudeDev\00_GITHUB\_claude-tools\launchers\
| Script | What it does |
|---|---|
| claude-resume.bat | Opens terminal, runs claude --resume in target folder |
| claude-happy.bat | Split pane: Claude (left) + Happy (right) |
| claude-workspace.bat | 3-pane layout: Claude + dev server + Happy |
| claude-new.bat | Fresh Claude session in target folder |
# From any terminal — pass folder path as argument: D:\ClaudeDev\00_GITHUB\_claude-tools\launchers\claude-happy.bat "D:\my-project" # Or cd into project first, then run without argument: cd D:\ClaudeDev\00_GITHUB\_working-on\Tools\my-app D:\ClaudeDev\00_GITHUB\_claude-tools\launchers\claude-resume.bat
claude-happy.bat claude-workspace.bat ┌─────────────┬─────────────┐ ┌─────────────┬─────────────┐ │ │ │ │ │ npm run │ │ Claude │ Happy │ │ Claude │ dev │ │ --resume │ │ │ --resume ├─────────────┤ │ │ │ │ │ Happy │ └─────────────┴─────────────┘ └─────────────┴─────────────┘
Right-click any folder in File Explorer to see these options:
| Menu Item | Action |
|---|---|
| Claude Resume Here | Opens terminal + resumes last Claude session |
| Claude + Happy Here | Split pane with Claude + Happy |
| Claude Workspace Here | 3-pane layout with dev server |
Works on folder right-click AND inside-folder background right-click.
To uninstall: run uninstall-context-menu.reg
Use System → Open action for each button. Paste the command into App/File field.
| # | Label | App/File |
|---|---|---|
| 1 | Claude Resume | ...launchers\claude-resume.bat |
| 2 | Claude+Happy | ...launchers\claude-happy.bat |
| 3 | Full Workspace | ...launchers\claude-workspace.bat |
| 4 | New Session | ...launchers\claude-new.bat |
| # | Label | Command |
|---|---|---|
| 5 | Mission Control | wt.exe -d "D:\ClaudeDev\00_GITHUB\_mission-control" cmd /k "claude --resume" |
| 6 | Working On | wt.exe -d "D:\ClaudeDev\00_GITHUB\_working-on" cmd /k "claude --resume" |
| 7 | Explorer _working-on | explorer.exe "D:\ClaudeDev\00_GITHUB\_working-on" |
| 8 | Explorer _mission-control | explorer.exe "D:\ClaudeDev\00_GITHUB\_mission-control" |
Open Windows Terminal settings: Ctrl+,
Go to your default profile → Starting directory
Either clear it or uncheck "Use default".
Or in JSON config (Ctrl+Shift+,), add to your profile:
"startingDirectory": null
This tells split-pane to inherit the directory from the active pane.
Happy Coder wraps Claude Code with mobile access.
# Install: npm install -g happy-coder # Run (in any project folder): happy
Claude Tools — Built by Oliver • Last updated March 2026