small pixel drawing of a pufferfish pa

sort lines and remove additional space in usage's env vars
arĉi arcxi@dismail.de
Tue, 02 Jul 2024 16:27:54 +0200
commit

34b148f585eea16498c80ad560f6713aeb226925

parent

4cfeb5bf6c90e37b08aa420212e22c1880cb7307

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

jump to
M READMEREADME

@@ -30,10 +30,10 @@ [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-Za-z0-9-_ - Password dir: export PA_DIR=~/.local/share/pa/passwords - Disable tracking: export PA_NOGIT= + Password dir: export PA_DIR=~/.local/share/pa/passwords + Password length: export PA_LENGTH=50 + Password pattern: export PA_PATTERN=A-Za-z0-9-_ + Disable tracking: export PA_NOGIT= command examples
M papa

@@ -190,10 +190,10 @@ [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-Za-z0-9-_ - Password dir: export PA_DIR=~/.local/share/pa/passwords - Disable tracking: export PA_NOGIT= + Password dir: export PA_DIR=~/.local/share/pa/passwords + Password length: export PA_LENGTH=50 + Password pattern: export PA_PATTERN=A-Za-z0-9-_ + Disable tracking: export PA_NOGIT= " exit 0 }