logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

prs - secure password store

Author

       Matthias Geiger <werdahias@debian.org>

Description

       Secure, fast & convenient password manager CLI with GPG & git sync.  prs is a pass(1)-compatible password
       manager operating on the same principle.  Passwords are stored in GPG-encrypted files in a tree-like file
       structure.   If a password does not exist it needs to be create first by running "prs init".  Import from
       other password managers

   Commands:
       show   Display a secret

       copy   Copy secret to clipboard

       generate
              Generate a secure secret

       add    Add a secret

       edit   Edit a secret

       duplicate
              Duplicate a secret

       alias  Alias/symlink a secret

       move   Move a secret

       remove Remove a secret

       list   List all secrets

       grep   Grep all secrets

       init   Initialize new password store

       clone  Clone existing password store

       sync   Sync password store

       slam   Aggressively lock password store & keys preventing access (emergency)

       totp   Manage TOTP tokens

       recipients
              Manage store recipients

       git    Invoke git command in password store

       tomb   Manage password store Tomb

       housekeeping
              Housekeeping utilities

       help   Print this message or the help of the given subcommand(s)

Name

       prs - secure password store

Options

-f, --force
              Force the action, ignore warnings

       -I, --no-interact
              Not interactive, do not prompt

       -y, --yes
              Assume yes for prompts

       -q, --quiet
              Produce output suitable for logging and automation

       -v, --verbose...
              Enable verbose information and logging

       -s, --store <PATH>
              Password store to use [env: PASSWORD_STORE_DIR=]

       --gpg-tty
              Instruct GPG to ask passphrase in TTY rather than pinentry

       -h, --help
              Print help

       -V, --version
              Print version

Synopsis

prs [OPTIONS] [COMMAND]

See Also