pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit a3544fdec2a72892fb03523a43a6588758b36dbe
parent 0c37d00f855ce75b613736ebccc48fede756859e
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sun, 17 Nov 2024 14:45:47 +0000

Show environement is no longer missing from do_generate annotations
Diffstat:
Msrc/pashage.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/pashage.sh b/src/pashage.sh @@ -616,6 +616,8 @@ do_encrypt() { # DECISION: when interactive, show-ask-commit instead of commit-show # OVERWRITE: whether to overwrite without confirmation # MULTILINE: whether to re-use existing secret data +# SELECTED_LINE: which line to paste or diplay as qr-code +# SHOW: how to show the secret do_generate() { NEW_PASS="$(random_chars "$2" "$3")" NEW_PASS_LEN="$(strlen "${NEW_PASS}")"