Simple ⏱Time-based 🔑OTP Client
GTP is a time-based OTP CLI client.
time-based OTP is an algorithm implementation defined in the RFC 6238.
If you received a secret text from multi-factor authentication system, GTP is store the secret text on your computer($HOME directory).
The secret text is secure data, but GTP expects your computer to be used only you.
$ go get github.com/jonnung/gtp
or download compiled binary file for multiple platform. See release page.
$ gtp [{number}|list|add|remove|clear]
{number}
: Show time based one-time password by specified secretlist
: All registered OTP secretsadd
: Add new OTP secretremove
: Remove the specified secretclear
: Clear all secrets