all repos — pw @ 2a63eae854b6bffce228560b38303bed750b1aff

minimal password store

Strip .gpg
Anirudh Oppiliappan x@icyphox.sh
Thu, 06 Jan 2022 11:46:05 +0530
commit

2a63eae854b6bffce228560b38303bed750b1aff

parent

3a51aba377f05e93b053a5cc693289ea157b4c44

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M pwpw

@@ -51,7 +51,7 @@ )

} list() { - (cd "$PW_DIR"; find *.gpg) + (cd "$PW_DIR"; find *.gpg | awk -F '.gpg' '{ print $1 }' ) } del() {