parent
08b108707a
commit
fa8acdba96
|
@ -73,7 +73,6 @@ func main() {
|
||||||
var b2 bytes.Buffer
|
var b2 bytes.Buffer
|
||||||
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("timeout", "--preserve-status", "12", "xclip", "-quiet", "-in", "-loops", "1", "-wait", "66", "-selection", "clipboard"),
|
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