all repos — pw @ a5e5d403482e8fccf7d1f1502bbf1d72962be9d2

minimal password store

Pipe output to `head -1`

pass(1) clients like to use other lines for metadata

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 17 Nov 2019 16:46:58 +0530
commit

a5e5d403482e8fccf7d1f1502bbf1d72962be9d2

parent

43901a26cb4f0c59b2ef1350202049ce4011019d

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

jump to
M pwpw

@@ -51,7 +51,7 @@ }

show() { checkf "$PW_DIR/$1.gpg" - gpg2 --decrypt --quiet --use-agent "$PW_DIR/$1.gpg" + gpg2 --decrypt --quiet --use-agent "$PW_DIR/$1.gpg" | head -1 } # TODO: rework having to checkf twice