pass <pass-name>
Pass - stores, retrieves, generates, and synchronizes passwords securely
Arguments
Name | Description |
---|
pass-name | The password you want to show |
Subcommands
Name | Description |
---|
init | Initialize new password storage and use gpg-id for encryption |
insert | Insert a new password into the password store called pass-name |
git | Password store git functions |
version | Show version information |
help | Show usage message |
cp | Copies the password or directory named old-path to new-path |
mv | Renames the password or directory named old-path to new-path |
rm | Remove the password named pass-name from the password store |
generate | Generate a new password of length pass-length and insert into pass-name |
ls, list | List names of passwords inside the tree at subfolder by using the tree |
find | List names of passwords inside the tree that match pass-names |
show | Decrypt and print a password |
edit | Insert a new password or edit an existing password using the default text editor specified by the environment |
grep | Searches inside each decrypted password file for search-string. Grep options can be used |
Options
Name | Description |
---|
--clip, -c | Copy the password to the clipboard |
--qrcode, -q | Display a QRcode of the password |
--help | Show help for pass |