I got tired of pulling out my phone every time I need an OTP. So I created this helper app to be able to generate an OTP for every service I need, from the command line on my mac without ever leaving the keyboard.
npm i -g motp
- Scan QR and get the current OTP output to terminal.
motp /path/to/qr/image.ext
- Just get the code output to terminal.
motp /path/to/qr/image.ext
- Persist to DB
- Make runnable on boot => Assign keyboard shortcuts to generate and paste OTP.
- Wrap with UI interface (Thoughts: Electron ?)