mmfa is a command line tool to help manage MFA secrets and generate one time MFA codes on OSX.
It is heavily inspired by Bradly Feeley's ruby mmfa project.
First, download a pre-built binary from the desired release.
You can add a MFA secret with the add command (it's stored in the OSX login keychain):
$ ./mmfa add -n my_service$
You can then grab the current MFA code with:
$ ./mmfa get -n my_service
- Fork the project
- Make your feature addition or bug fix (with tests and docs) in a topic branch
- Send a pull request and I'll get it integrated
See LICENSE