Managing multiple GitHub accounts (work/personal) is a pain – switching git configs, SSH keys, and GitHub CLI auth manually.
I built ghswap to automate this. One command (`ghswap work`) and everything switches. It also supports directory-based auto-switching and handles SSH key generation.
Install: npm install -g ghswap Repo: https://github.com/shubhamV123/ghswap
Would love feedback from the community!