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>") |
|||
| Line 2: | Line 2: | ||
The standard UNIX password manager</br> | The standard UNIX password manager</br> | ||
== pass == | == pass == | ||
<code>generate <dir/name></code> Generate new password at dir/name</br> | <code>generate <dir/name></code> Generate new password at dir/name</br> | ||
<code> | <code>git <command></code> Pass git commands</br> | ||
<code>insert dir/name</code> Insert a 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>ls <dir/name></code> List stored passwords</br> | ||
<code>edit <dir/name></code> Edit a password at dir/name with editor</br> | |||
<code>rm <dir/name></code> Remove password at dir/name</br> | <code>rm <dir/name></code> Remove password at dir/name</br> | ||
<code>show <dir/name></code> Show password at dir/name</br> | |||
<code></code> | |||
Revision as of 14:47, 15 September 2025
Pass
The standard UNIX password manager
pass
generate <dir/name> Generate new password at dir/name
git <command> Pass git commands
insert dir/name Insert a password at dir/name
ls <dir/name> List stored passwords
edit <dir/name> Edit a password at dir/name with editor
rm <dir/name> Remove password at dir/name
show <dir/name> Show password at dir/name