l: add pkgs.otpmenu
This commit is contained in:
parent
29c1679d74
commit
5c8a21d377
10
lass/5pkgs/otpmenu/default.nix
Normal file
10
lass/5pkgs/otpmenu/default.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ pkgs }:
|
||||||
|
pkgs.writeDashBin "otpmenu" ''
|
||||||
|
x=$(${pkgs.pass}/bin/pass git ls-files '*/otp.gpg' \
|
||||||
|
| ${pkgs.gnused}/bin/sed 's:/otp\.gpg$::' \
|
||||||
|
| ${pkgs.dmenu}/bin/dmenu
|
||||||
|
)
|
||||||
|
|
||||||
|
otp=$(${(pkgs.pass.withExtensions (ext: [ ext.pass-otp ]))}/bin/pass otp code "$x/otp")
|
||||||
|
printf %s "$otp" | ${pkgs.xdotool}/bin/xdotool type -f -
|
||||||
|
''
|
Loading…
Reference in New Issue
Block a user