spm

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

commit 65de0301c9f457c0a4a67c7a534fe67e79561c16
parent 56c1d7b8f8405d1b3d250bd1131ba816119d50c5
Author: Klemens Nanni <kl3@posteo.org>
Date:   Wed,  2 Mar 2016 02:28:15 +0100

Use colors, follow symlinks when listing entries

Diffstat:
Mtpm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tpm b/tpm @@ -73,7 +73,7 @@ list() { [ -n "${1}" ] && [ ! -d "${STORE_DIR}/${1}" ] \ && abort "The specified group doesn't exist. See 'tpm list'." - tree --noreport -- "${STORE_DIR}/${1}" \ + tree --noreport -l -C -- "${STORE_DIR}/${1}" \ | sed 's/.gpg$//g' echo }