I built nvm-style account manager for Claude Code (opens in new tab)
If you use Claude Code with more than one account – personal and work, or one per client – you know the dance. claude opens, you realize you're under the wrong account, you /logout, /login, sit through the OAuth browser flow, then forget which account you're in by the time you switch projects again. I built claudenv to make this stop happening. claudenv use work claude # automatically under your work account cd ~/projects/clientA # auto-switches if you opted in, or: claudenv use personal That...
Read the original article