Update README usage docs

This commit is contained in:
thePR0M3TH3AN
2025-07-09 12:07:57 -04:00
parent 4963026573
commit aca1012aed
2 changed files with 8 additions and 4 deletions

View File

@@ -4,12 +4,12 @@ This directory contains supplementary guides for using SeedPass.
## Quick Example: Get a TOTP Code
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
Run `seedpass entry get <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 totp "email"
$ seedpass entry get "email"
[##########----------] 15s
Code: 123456
```