tv otpmenu: RIP
This commit is contained in:
parent
57ce731ffb
commit
0c7c964e75
@ -1,15 +0,0 @@
|
|||||||
{ dmenu, gnused, pass, writeDashBin, xdotool }:
|
|
||||||
|
|
||||||
writeDashBin "otpmenu" ''
|
|
||||||
set -efu
|
|
||||||
|
|
||||||
x=$(
|
|
||||||
${pass}/bin/pass git ls-files '*/otp.gpg' \
|
|
||||||
| ${gnused}/bin/sed 's:/otp\.gpg$::' \
|
|
||||||
| ${dmenu}/bin/dmenu -f -p OTP
|
|
||||||
)
|
|
||||||
|
|
||||||
otp=$(${pass}/bin/pass otp code "$x/otp")
|
|
||||||
|
|
||||||
printf %s "$otp" | ${xdotool}/bin/xdotool type -f -
|
|
||||||
''
|
|
Loading…
Reference in New Issue
Block a user