A collection of extensions to pass
Set the PASSWORD_STORE_ENABLE_EXTENSIONS
environment variable to true
.
pass git submodule add https://github.com/zachauten/pass-utils.git .extensions
Open a url in the default web browser. Inspired by brew home
Depends on open
(macos) or xdg-open
(linux)
pass home pass-name...
Parse a file for a username
field and copy contents to stdout or clipboard.
Uses username
because the field is also respected by Pass for iOS autofill.
pass user [-c] pass-name
Use the have i been pwned? api to list any compromised passwords, printing a message if a pwned password is detected. Depends on curl.
pass hibp pass-name
pass flat | xargs -n1 pass hibp
Prints the sha1 checksum for a given password.
pass shasum pass-name
Prints the names of all passwords without the tree styling. Good for piping all your passwords into xargs.
pass flat