commit d3fd83dbceba0c9f18b2e19b74dd29286f0a8a1c parent b8beaf7be3264492265bf02ccb4b318f189c4126 Author: Bharatvaj Hemanth <bharatvaj@yahoo.com> Date: Sat, 21 Jan 2023 15:20:55 +0530 Add string query option to pofs Diffstat:
M | .local/bin/sh/pofs | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.local/bin/sh/pofs b/.local/bin/sh/pofs @@ -4,6 +4,6 @@ cd "${PASSWORD_STORE_DIR}" || exit 1 -selection="$(find -L totp -name '*.gpg' | sed 's/.gpg$//g' | ${FUZZER})" +selection="$(find -L totp -name "*.gpg" | sed 's/.gpg$//g' | ${FUZZER} -q "$*")" -test -z "${selection}" || pass otp ${1} "${selection}" +test -z "${selection}" || pass otp "${selection}"