sort lines and remove additional space in usage's env vars
arĉi arcxi@dismail.de
Tue, 02 Jul 2024 16:27:54 +0200
M
README
→
README
@@ -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
pa
→
pa
@@ -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 }