diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 11:20:12 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 11:20:40 +0200 |
commit | 00ec1553e919e8b4f02e4f27d73bfac4c5c31494 (patch) | |
tree | 714dd264bd7015a1ea02a0fa1804bb5d816d929b /bin/guiscripts/dmpass | |
parent | 776a138c1ac117f4eb6a52cd127bd840689d159a (diff) |
made dmpas into menuscript
Diffstat (limited to 'bin/guiscripts/dmpass')
-rwxr-xr-x | bin/guiscripts/dmpass | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/guiscripts/dmpass b/bin/guiscripts/dmpass deleted file mode 100755 index bb7bee2..0000000 --- a/bin/guiscripts/dmpass +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env sh -store="$HOME/.password-store" -lscmd="ls --group-directories-first" -dmenucmd="dmenu -l 4 -g 2" -while [ -d "${store}/${file}" ] -do - choice="$($lscmd "${store}/${file}" | sed 's/\.gpg$//'| $dmenucmd)" - [ "$choice" ] || break - file="${file}/${choice}" -done -pass show -c "${file}" |