gopass icon indicating copy to clipboard operation
gopass copied to clipboard

Gopass: A simple password-store GUI

Results 13 gopass issues
Sort by recently updated
recently updated
newest added

The README point to an article about why you moved from gopass to ripasso: http://lundborg.io/blog/Gopass-is-dead-long-live-Ripasso/ Unfortunately the link is broken and its contents are lost forever, please repost it somewhere...

I got the following error during compilation process - may be you can help??? ``` go version go version go1.8 linux/amd64 go get github.com/cortex/gopass [...]/go/src/github.com/cortex/gopass/vendor/github.com/limetext/qml-go/bridge.go:87: cannot use argvP (type unsafe.Pointer)...

Ok firs fix lime-qml witth this https://github.com/limetext/qml-go/issues/6 than go ahead and ``` brew install qt5 pkg-config brew link --force qt5 brew install qpgme ``` to fail at ``` ./keyinfo.go:103: c.Export...

Could you guys please figure out who changes the name ? Referred by https://github.com/justwatchcom/gopass/issues/59

Fix the bugs described in issue #28 and eliminate potential race condition. The logic for the countdown has been enhanced and simplified, and the number of goroutines that can be...

- The clipboard-clear countdown is started when selecting an entry, even if OS dialog for unlocking the key is canceled. - The clipboard countdown is not restarted if a new...

The application crashes on selection of a non-existing entry: ![sshot](https://cloud.githubusercontent.com/assets/5950210/20413395/b34ff1f8-ace1-11e6-97f0-5b72d0c92a46.jpg) ``` panic: runtime error: index out of range goroutine 1 [running, locked to thread]: panic(0x5612926f9d80, 0xc42000c110) /usr/local/go/src/runtime/panic.go:500 +0x1a1 main.(*Passwords).CopyToClipboard(0x561292a66820, 0xffffffffffffffff)...

Fix the problem of replicated entries when updating items in the password store. With this PR, we perform the minimum operation required per type of update, i.e.: - Add a...

Hi there, I guess this is more or less the same than #18. Thought I create a new issue since I'm on Ubuntu 16.04. When trying to install with `go...