From fa8acdba96111804f6be99b141316007b47ccb21 Mon Sep 17 00:00:00 2001 From: Ezekiel Grave Date: Tue, 9 Nov 2021 06:06:12 -0800 Subject: [PATCH] No longer expect to skip first line of gopass output. --- qubes-gopass.go | 1 - 1 file changed, 1 deletion(-) diff --git a/qubes-gopass.go b/qubes-gopass.go index 30e8f94..41a8002 100644 --- a/qubes-gopass.go +++ b/qubes-gopass.go @@ -73,7 +73,6 @@ func main() { var b2 bytes.Buffer if err := Execute(&b2, 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"), ); err != nil { log.Fatalln(err)