woile / gopass-cheat-sheet

Cheat Sheet for the awesome gopass
https://woile.github.io/gopass-cheat-sheet/
GNU General Public License v3.0
19 stars 5 forks source link

Introduce One Time Passwords #3

Open marcofeltmann opened 1 year ago

marcofeltmann commented 1 year ago

Since I'm unable to find out how you structured that document, I'd like to feature-request the One Time Password capabilities of Gopass.

Both HOTP and TOTP are supported with TOTP being the more convenient one. Information is in the documentation at https://github.com/gopasspw/gopass/blob/master/docs/features.md#adding-otp-secrets

woile commented 1 year ago

Hey which commands would you like to add? You can make a PR modifying only the markdown file. This is an old project of mine with poor docs, sorry for that. In case you wanna give it a hand again, I've updated the README and the Makefile, so I think it should work now.