
I built a workspace picker for Claude Code
I really got tired of cd-ing into the right folder before each and every Claude Code session, so I made a little full-screen picker that I wired in as a Windows Terminal profile (can probably be used as a standalone launcher, too). Pick a folder/project, and it opens Claude Code in there.
- Configure project directories or enter a custom path
- Global or per-project launch flags (e.g. "--dangerously-skip-permissions")
- Fully themeable
https://github.com/cytoph/claude-workspace-picker
If you want to try it just run:
irm https://raw.githubusercontent.com/cytoph/claude-workspace-picker/main/install.ps1 | iex
Curious if this solves a problem you have, too, or if you do something completely different for this. Also happy to hear any feedback.
u/Cytoph — 2 days ago