Merge pull request #364 from PR0M3TH3AN/codex/update-readme.md-with-totp-example

Update docs totp example
This commit is contained in:
thePR0M3TH3AN
2025-07-07 16:31:13 -04:00
committed by GitHub

View File

@@ -4,10 +4,12 @@ This directory contains supplementary guides for using SeedPass.
## Quick Example: Get a TOTP Code
Run `seedpass get-code` to retrieve a time-based one-time password (TOTP). A progress bar shows the remaining seconds in the current period.
Run `seedpass totp <query>` to retrieve a time-based one-time password (TOTP). The
`<query>` can be a label, title, or index. A progress bar shows the remaining
seconds in the current period.
```bash
$ seedpass get-code --index 0
$ seedpass totp "email"
[##########----------] 15s
Code: 123456
```