mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
18 lines
466 B
Markdown
18 lines
466 B
Markdown
# SeedPass Documentation
|
|
|
|
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
|
|
seconds in the current period.
|
|
|
|
```bash
|
|
$ seedpass totp "email"
|
|
[##########----------] 15s
|
|
Code: 123456
|
|
```
|
|
|
|
See [advanced_cli.md](advanced_cli.md) for a full command reference.
|