diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-24 22:31:59 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-24 22:31:59 +0200 |
commit | 0c945b42695aa9eabb1d3eb33020851b21e226a1 (patch) | |
tree | f4f9ec8a0f1d322dccb9f2154281655a28db6b89 /bin/menuscripts/mpass-otp | |
parent | f0fafea246dbecaf2cd80fc191f422215cf729f8 (diff) |
checkpoint
Diffstat (limited to 'bin/menuscripts/mpass-otp')
-rwxr-xr-x | bin/menuscripts/mpass-otp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/menuscripts/mpass-otp b/bin/menuscripts/mpass-otp deleted file mode 100755 index 2be6186..0000000 --- a/bin/menuscripts/mpass-otp +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -pass="$(find "$PASSWORD_STORE_DIR"/keys/otp -iname "*.gpg" | - sed "/^\./d;s#^$PASSWORD_STORE_DIR/keys/otp/##;s/\.gpg$//" | - dmenu -c)" -[ "$pass" ] || exit 1 -pass otp -c keys/otp/"$pass" -notify-send -t 1000 "mpass" "copied $pass" |