parent
b7e8c24696
commit
08b108707a
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module git.ici.de.com/ezekiel/qubes-gopass
|
module git.ici.de.com/ezekiel/qubes-gopass
|
||||||
|
|
||||||
go 1.15
|
go 1.17
|
||||||
|
|
|
@ -74,7 +74,7 @@ func main() {
|
||||||
if err := Execute(&b2,
|
if err := Execute(&b2,
|
||||||
exec.Command("qubes-pass-client", "show", "-o", selection),
|
exec.Command("qubes-pass-client", "show", "-o", selection),
|
||||||
exec.Command("sed", "2q;d"),
|
exec.Command("sed", "2q;d"),
|
||||||
exec.Command("timeout", "--preserve-status", "12", "xclip", "-quiet", "-loops", "1"),
|
exec.Command("timeout", "--preserve-status", "12", "xclip", "-quiet", "-in", "-loops", "1", "-wait", "66", "-selection", "clipboard"),
|
||||||
); err != nil {
|
); err != nil {
|
||||||
log.Fatalln(err)
|
log.Fatalln(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue