You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7a051922d7 | 7 years ago | |
---|---|---|
src | 7 years ago | |
.gitignore | 7 years ago | |
Cargo.lock | 7 years ago | |
Cargo.toml | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago |
README.md
🐴 RusTOTPony
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).
Installation
From source
$ cargo install
Usage
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
TODO
- command completion
- database encryption
- database password caching
- tests
- binaries for main platforms
- refactor
show
andshow-all
commands
License
Licensed under the MIT License.