all repos — pw @ 3a51aba377f05e93b053a5cc693289ea157b4c44

minimal password store

Faster pw -l
Anirudh Oppiliappan x@icyphox.sh
Thu, 06 Jan 2022 10:06:39 +0530
commit

3a51aba377f05e93b053a5cc693289ea157b4c44

parent

2b87c05c6e3773f299a566323756fac133cab6bc

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

jump to
M pwpw

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

} list() { - for f in "$PW_DIR"/*.gpg; do - printf '%s\n' "$(basename "${f%.gpg}")" - done + (cd "$PW_DIR"; find *.gpg) } del() {