spm

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

commit 4a52711d0587917b0e44209f19291251d56b18e0
parent 51773096ae96015e98357ee1f6b04bcec5702fe1
Author: Klemens Nanni <kl3@posteo.org>
Date:   Fri,  3 Jun 2016 16:58:49 +0200

Print cosmetic newline at end of del()

Diffstat:
Mspm.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/spm.sh b/spm.sh @@ -84,6 +84,7 @@ list() { del() { _find "${1}" rm -i "${ENTRY}" + printf '\n' } show() {