This is a simple CLI tool that allows you to easily swap between different SSH keys on your machine.
I am aware projects like this exist, but I wanted to create my own version as a simple side-project.
- Ensure all errors are handled
- Organize subcommands into their own functions
- Create public keys from provided private keys
- Generate new SSH key pairs
- Add more options for each subcommand
- Installation docs, usage, etc.
- Add CI/CD via GitHub Actions