CLI manager of one-time password generators aka Google Authenticator. Actually, it's simple in-file database which stores TOTP secret keys without any encryption (will be added in the future).
cargo install
from the inside of the repo directoryProbably, you need gcc
(Linux) or clang
(Mac OS) to compile dependencies.
```text USAGE: totp [SUBCOMMAND]
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: add Add a new generator dash Show realtime dashboard with all generators delete Delete generator eradicate Delete all generators help Prints this message or the help of the given subcommand(s) list List all generators rename Rename generator
Try totp help [SUBCOMMAND]
to see help for the given subcommand
```
Steps:
totp add GENNAME
(you will be asked for your secret)totp list
or just display dashboard with one-time passwords with totp dash
show
and show-all
commandsLicensed under the MIT License.