mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
644 B
644 B
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.
$ seedpass totp "email"
[##########----------] 15s
Code: 123456
CLI and API Reference
See advanced_cli.md for a list of command examples and instructions on running the local API. When starting the API, set SEEDPASS_CORS_ORIGINS
if you need to allow requests from specific web origins.