spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: e58707720bb31282efaa8ad0e24b95fb583ef218
Parent: c2052397e66d3bdeab5a9bf210b6be89699b7b57
Author: Randy Palamar
Date:   Sun, 15 Jan 2023 20:29:38 -0700

only search/list gpg files

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

diff --git a/spm b/spm @@ -56,7 +56,7 @@ readpw() { } find() { - command find "${STORE_DIR}" -type f -o -type l | grep -ie "${1}" + command find "${STORE_DIR}" -name "*.gpg" -type f -o -type l | grep -ie "${1}" } view() {