docs: update

This commit is contained in:
Dylan Araps 2019-11-10 22:49:31 +00:00
parent a22d38a6dd
commit c3c9f84ed3
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pash
* [How can I use a public key?](#how-can-i-use-a-public-key) * [How can I use a public key?](#how-can-i-use-a-public-key)
* [How do I set the password length?](#how-do-i-set-the-password-length) * [How do I set the password length?](#how-do-i-set-the-password-length)
* [How do I change the password store location?](#how-do-i-change-the-password-store-location) * [How do I change the password store location?](#how-do-i-change-the-password-store-location)
* [How do I rename an entry?](#how-do-i-rename-an-entry)
<!-- vim-markdown-toc --> <!-- vim-markdown-toc -->
@ -111,3 +112,7 @@ export PASH_DIR=~/.local/share/pash
# This can also be used as a one-off. # This can also be used as a one-off.
PASH_DIR=/mnt/drive/pash pash list PASH_DIR=/mnt/drive/pash pash list
``` ```
### How do I rename an entry?
It's a file! Standard UNIX utilities can be used here.