Difference between revisions of "Pass"
Jump to navigation
Jump to search
(Created page with "= Pass = The standard UNIX password manager</br> == pass == <code>git <command></code> pass git commands</br> <code>generate <dir/name></code> Generate new password at dir/name</br> <code>show <dir/name></code> Show password at dir/name</br> <code>insert dir/name</code> Insert a password at dir/name</br> <code>edit dir/name</code> Edit a password at dir/name</br> <code>rm <dir/name></code> Remove password at dir/name</br> == Useful arguments == <code></code>") |
(→Pass) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
The standard UNIX password manager</br> | The standard UNIX password manager</br> | ||
== pass == | == pass == | ||
<code>git <command></code> | <code>edit <dir/name></code> Edit password with editor</br> | ||
<code> | <code>find <name></code> Search for name</br> | ||
<code>generate <dir/name></code> Generate new password</br> | |||
<code>git <command></code> Pass git commands</br> | |||
<code>insert dir/name</code> Insert password</br> | |||
<code>ls <dir/name></code> List stored passwords</br> | |||
<code>rm <dir/name></code> Remove password at dir/name</br> | |||
<code>show <dir/name></code> Show password at dir/name</br> | <code>show <dir/name></code> Show password at dir/name</br> | ||
Latest revision as of 13:11, 17 September 2025
The standard UNIX password manager
pass
edit <dir/name> Edit password with editor
find <name> Search for name
generate <dir/name> Generate new password
git <command> Pass git commands
insert dir/name Insert password
ls <dir/name> List stored passwords
rm <dir/name> Remove password at dir/name
show <dir/name> Show password at dir/name