small pixel drawing of a pufferfish pa

show default editor in usage (#25)

arĉi arcxi@dismail.de
Sun, 16 Jun 2024 19:46:23 +0200
commit

39dec3641307795268f036c0fb5df90510a49293

parent

cc1e5fcecc187f2adaa9b29dd769b27b52775097

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M READMEREADME

@@ -23,14 +23,14 @@

commands: [a]dd [name] - Add a password entry. [d]el [name] - Delete a password entry. - [e]dit [name] - Edit a password entry with nvim. + [e]dit [name] - Edit a password entry with vi. [l]ist - List all entries. [s]how [name] - Show password for an entry. env vars: Password length: export PA_LENGTH=50 Password pattern: export PA_PATTERN=_A-Z-a-z-0-9 - Password/key dir: export PA_DIR=~/.local/share/pa/passwords + Password dir: export PA_DIR=~/.local/share/pa/passwords command examples

@@ -45,7 +45,7 @@ $ pa show test

vJwKuEBtxBVvdR-xppTdfofIei0oLlkoSK4OCSP2bMEBsP6ahM $ pa edit test - <opens $EDITOR> + <opens $EDITOR or vi> $ pa del test Delete pass file 'test'? [y/n]: y
M papa

@@ -177,7 +177,7 @@

commands: [a]dd [name] - Add a password entry. [d]el [name] - Delete a password entry. - [e]dit [name] - Edit a password entry with $EDITOR. + [e]dit [name] - Edit a password entry with ${EDITOR:-vi}. [l]ist - List all entries. [s]how [name] - Show password for an entry.