This directory contains supplementary guides for using SeedPass.
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.
$ seedpass entry get "email"
[##########----------] 15s
Code: 123456
To show all stored TOTP codes with their countdown timers, run:
$ seedpass entry totp-codes
See advanced_cli.html for a list of
command examples. Detailed information about the REST API is available
in api_reference.html. When starting the
API, set SEEDPASS_CORS_ORIGINS
if you need to allow
requests from specific web origins.