Add claude-code-account-switcher to Tools & Utilities - #603
Open
Nemo-Illusionist wants to merge 1 commit into
Open
Add claude-code-account-switcher to Tools & Utilities#603Nemo-Illusionist wants to merge 1 commit into
Nemo-Illusionist wants to merge 1 commit into
Conversation
Directory-bound Claude Code account switching via CLAUDE_CONFIG_DIR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds one entry to Tools & Utilities.
claude-code-account-switcher binds Claude Code accounts to directories rather than switching one globally active login: a shell hook (zsh/bash/PowerShell) resolves the current directory against a bindings file — walking up the tree, so linking
~/workcovers every repo under it — and setsCLAUDE_CONFIG_DIR. Plainclaudestarts under the right account, JetBrains/VS Code launches resolve the same binding through a wrapper onPATH, and two terminals can run two accounts at once.Also: per-account settings/CLAUDE.md/agents,
usage(5h/7d windows per account), a status line showing the active account,doctor(audits which identity each config dir actually resolves to via the OAuth profile endpoint), andimportfor adopting an existing config dir without a re-login.Rust CLI with prebuilt macOS/Linux/Windows binaries, plus a single-file zsh variant. MIT.
Note: it's at 13 stars, well below most entries in the list — happy to close this if there's a threshold I've missed, and equally happy to adjust the wording or placement (I placed it at the end of the section, since entries look star-sorted).
🤖 Generated with Claude Code