spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 723efbe1941381df579c0c8b47f69513713a8fa6
parent 6698664c68629d21d3be662603d4b47e30ce543f
Author: Klemens Nanni <kl3@posteo.org>
Date:   Mon, 16 May 2016 01:20:12 +0200

Do not print empty line on list command

Diffstat:
Mtpm.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/tpm.sh b/tpm.sh @@ -69,7 +69,6 @@ list() { tree --noreport -l -C -- "${STORE_DIR}/${1}" \ | sed 's/.gpg$//g' - printf '\n' } del() {