mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
Add get-code example and 2FA note
This commit is contained in:
15
docs/README.md
Normal file
15
docs/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# SeedPass Documentation
|
||||
|
||||
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.
|
||||
|
||||
```bash
|
||||
$ seedpass get-code --index 0
|
||||
[##########----------] 15s
|
||||
Code: 123456
|
||||
```
|
||||
|
||||
See [advanced_cli.md](advanced_cli.md) for a full command reference.
|
Reference in New Issue
Block a user