gopass icon indicating copy to clipboard operation
gopass copied to clipboard

The slightly more awesome standard unix password manager for teams

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

### Summary Currently `gopass move` only supports moving password entries around. Is it possible to also implement moving whole subpaths/directories around? For git backend this is as simple as `git...

feature
help-wanted
pinned
Hacktoberfest

The Onboarding Wizard is largely untested. We should add some automated tests to capture the primary user journeys here.

help-wanted
good-first-issue
Hacktoberfest

### Summary It appeared in #1365 that the `pass` compatibility is a strong requirement of many of our users. We currently don't have any test on Travis that check the...

help-wanted
ux
̄\_(ツ)_/ ̄
good-first-issue
Hacktoberfest

### Summary `gopass version` currently displays the version string as `1.9.0-git+HEAD`, which provides some indication of the version being used, but does not include critical information when debugging, such as...

help-wanted
bug
good-first-issue
Hacktoberfest

### Summary I accidentally hit ctrl-c when terminal on MAC asked me for gopass pin. Now gopass show hangs for a long time won't return control to me. Tried brew...

help-wanted
can-not-reproduce
bug

### Summary We supported more and more secret formats before recently introducing One secret format to rule them all, namely the MIME one. We need to make sure that we...

help-wanted
documentation

### Summary The zsh completion for the `gopass generate` command is not working for me. I am also unhappy with the completion as it currently is, because even if it...

bug

### Summary Gopass 1.6.12 has support for subkeys added to a .gpg-id file, this no longer works for either the 1.8 or 1.7 versions. ### Steps To Reproduce ``` $...

help-wanted
bug
gpg
pinned

### Summary Take a new computer / profile and do: ``` $ go get github.com/gopasspw/gopass $ git clone [email protected]:yourname/passwords.git ~/.password-store $ gopass sync ``` (Notice this password store contains public...

bug
gpg
ux

### Summary `gopass` helpfully warns that the user's editor (`vim` in my case) may leak secrets, and [`gopass` helpfully suggests how to make the editor more secure](https://github.com/gopasspw/gopass/blob/master/docs/setup.md#securing-your-editor). However, even after...

ux