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.
 
 
 
Go to file
German Lashevich a42fe56143 - Renamed method add_application → create_application,
- Enabled username field of application,
- Made secret hidden while typing,
7 years ago
src - Renamed method add_application → create_application, 7 years ago
.gitignore Initial version 7 years ago
Cargo.lock - Renamed method add_application → create_application, 7 years ago
Cargo.toml - Renamed method add_application → create_application, 7 years ago
README.md Initial version 7 years ago

README.md

RusTOTPony

Usage

Base commads (simple CRUD):

  • show dashboard
  • show all apps
    • with codes
    • without codes
  • show code for app
  • add app (title, subtitle, key)
  • rename app
  • delete app
  • clear database
$ totp dash
$ totp list
$ totp show-all
$ totp show APPNAME
$ totp add APPNAME KEY # ask for key interactively?
$ totp delete APPNAME # with confirmation
$ totp rename APPNAME NEWNAME
$ totp eradicate # with non-trivial confirmation

TODO

  • completion
  • encription with (manual or with keychain)
  • password caching