A tool for quickly switching between accounts in coding agents. It saves auth information into $XDG_DATA_HOME/accswitch/<tool>/<account> if XDG variables are supported in the system or $HOME/.local/share/accswitch/<tool>/<account> and allows to quickly switch between different accounts.
go install github.com/mishapankin/accswitch- Log into your tool
- Save auth information
accswitch save codex work- List available accounts
accswitch listResult:
codex:
home
work
- Switch between saved accounts
accswitch switch codex home- Remove account
accswitch rm codex home