You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
Should you wish to work on an issue, please claim it first by commenting on the GitHub issue you want to work on it.
18
18
This will prevent duplicated efforts from contributors.
19
19
20
-
Please check the [`help-wanted`](https://github.com/justwatchcom/gopass/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) label to find issues that need help.
20
+
Please check the [`help-wanted`](https://github.com/gopasspw/gopass/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) label to find issues that need help.
21
21
If you have questions about one of the issues please comment on them and one of the maintainers
22
22
will try to clarify it.
23
23
@@ -55,7 +55,7 @@ gopass ships a ready to use Dockerfile based on Alpine. It allows to run tests
55
55
and build gopass without having to setup a Go stack on the host.
56
56
57
57
```bash
58
-
cd$GOPATH/src/github.com/justwatchcom/gopass
58
+
cd$GOPATH/src/github.com/gopasspw/gopass
59
59
make docker-test
60
60
```
61
61
@@ -69,7 +69,7 @@ It is also possible mount a local directory into the container to copy files in
69
69
and out of it, but please pay attention to permissions.
70
70
71
71
```bash
72
-
docker run -it -v "$PWD":/go/src/github.com/justwatchcom/gopass -w /go/src/github.com/justwatchcom/gopass gopass sh
72
+
docker run -it -v "$PWD":/go/src/github.com/gopasspw/gopass -w /go/src/github.com/gopasspw/gopass gopass sh
73
73
```
74
74
75
75
Please note that it is not recommended to actually *use* gopass inside Docker
@@ -83,11 +83,11 @@ as there are issues with random number generation in general and GnuPG.
83
83
Quick Start:
84
84
-`mkdir -p $HOME/go/src`
85
85
-`export GOPATH=$HOME/go`
86
-
-`go get -u github.com/justwatchcom/gopass`
86
+
-`go get -u github.com/gopasspw/gopass`
87
87
- Set `$GOROOT` depending on your OS and Go installation method:
88
88
- MacOS, Go installed via brew: `export GOROOT=/usr/local/opt/go/libexec/`
89
89
- Now you should be able to build from the gopass dir:
The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.
15
15
@@ -38,7 +38,7 @@ The slightly more awesome Standard Unix Password Manager for Teams. Written in G
38
38
39
39
## Features
40
40
41
-
Please see [docs/features.md](https://github.com/justwatchcom/gopass/blob/master/docs/features.md) for an extensive list of all features along with several usage examples.
41
+
Please see [docs/features.md](https://github.com/gopasspw/gopass/blob/master/docs/features.md) for an extensive list of all features along with several usage examples.
@@ -63,10 +63,10 @@ Please see [docs/features.md](https://github.com/justwatchcom/gopass/blob/master
63
63
If you have [Go](https://golang.org/) 1.10 (or greater) installed:
64
64
65
65
```bash
66
-
go get github.com/justwatchcom/gopass
66
+
go get github.com/gopasspw/gopass
67
67
```
68
68
69
-
Otherwise, please see [docs/setup.md](https://github.com/justwatchcom/gopass/blob/master/docs/setup.md).
69
+
Otherwise, please see [docs/setup.md](https://github.com/gopasspw/gopass/blob/master/docs/setup.md).
70
70
71
71
## Development
72
72
@@ -92,20 +92,20 @@ gopass is developed in the open. Here are some of the channels we use to communi
92
92
93
93
* IRC: #gopass on [irc.freenode.net](https://freenode.net) ([join via Riot](https://riot.im/app/#/room/#freenode_#gopass:matrix.org))
94
94
* Usage mailing list: [gopass-users](https://groups.google.com/forum/#!forum/gopass-users), for discussions around gopass usage and community support
95
-
* Issue tracker: Use the [GitHub issue tracker](https://github.com/justwatchcom/gopass/issues) to file bugs and feature requests. If you need support, please send your questions to [gopass-user](https://groups.google.com/forum/#!forum/gopass-users) or ask on IRC rather than filing a GitHub issue.
95
+
* Issue tracker: Use the [GitHub issue tracker](https://github.com/gopasspw/gopass/issues) to file bugs and feature requests. If you need support, please send your questions to [gopass-user](https://groups.google.com/forum/#!forum/gopass-users) or ask on IRC rather than filing a GitHub issue.
96
96
97
97
## Contributing
98
98
99
-
We welcome any contributions. Please see the [CONTRIBUTING.md](https://github.com/justwatchcom/gopass/blob/master/CONTRIBUTING.md) file for instructions on how to submit changes. If your are planning on making more elaborate or controversial changes, please discuss them on the [gopass-developers mailing list](https://groups.google.com/forum/#!forum/gopass-developers) or on IRC before sending a pull request.
99
+
We welcome any contributions. Please see the [CONTRIBUTING.md](https://github.com/gopasspw/gopass/blob/master/CONTRIBUTING.md) file for instructions on how to submit changes. If your are planning on making more elaborate or controversial changes, please discuss them on the [gopass-developers mailing list](https://groups.google.com/forum/#!forum/gopass-developers) or on IRC before sending a pull request.
100
100
101
101
## Acknowledgements
102
102
103
103
gopass was initially started by Matthias Loibl and Dominik Schulz. The majority of its development has been sponsored by [JustWatch](https://www.justwatch.com/).
104
104
105
105
## Further Documentation
106
106
107
-
*[Security, Known Limitations, and Caveats](https://github.com/justwatchcom/gopass/blob/master/docs/security.md)
Copy file name to clipboardExpand all lines: docs/backends.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ using existing building blocks - we're a little wary to recommend it for broader
123
123
Also it requires it's own Keyring/Agent infrastructure as the keyformat is quite
124
124
different from what GPG is using.
125
125
126
-
Please see the backend [Readme](https://github.com/justwatchcom/gopass/blob/master/pkg/backend/crypto/xc/README.md) for more details. Proper documentation for this
126
+
Please see the backend [Readme](https://github.com/gopasspw/gopass/blob/master/pkg/backend/crypto/xc/README.md) for more details. Proper documentation for this
127
127
backend still needs to written and will be added at a later point.
Copy file name to clipboardExpand all lines: docs/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# FAQ
2
2
3
-
**How does gopass relate to HashiCorp vault?* - While [Vault](https://www.vaultproject.io/) is for machines, gopass is for humans [#7](https://github.com/justwatchcom/gopass/issues/7)
4
-
*`gopass show secret` displays `Error: Failed to decrypt` - This issue may happen if your GPG setup if broken. On MacOS try `brew link --overwrite gnupg`. You also may need to set `export GPG_TTY=$(tty)` in your `.bashrc`[#208](https://github.com/justwatchcom/gopass/issues/208), [#209](https://github.com/justwatchcom/gopass/issues/209)
3
+
**How does gopass relate to HashiCorp vault?* - While [Vault](https://www.vaultproject.io/) is for machines, gopass is for humans [#7](https://github.com/gopasspw/gopass/issues/7)
4
+
*`gopass show secret` displays `Error: Failed to decrypt` - This issue may happen if your GPG setup if broken. On MacOS try `brew link --overwrite gnupg`. You also may need to set `export GPG_TTY=$(tty)` in your `.bashrc`[#208](https://github.com/gopasspw/gopass/issues/208), [#209](https://github.com/gopasspw/gopass/issues/209)
5
5
**gopass recipients add fails with Warning: No matching valid key found* - If the key you're trying to add is already in your key ring you may need to trust it. If this is your key run `gpg --edit-key [KEYID]; trust (set to ultimate); quit`, if this is not your key run `gpg --edit-key [KEYID]; lsign; save; quit`
6
6
**How can gopass handle binary data?* - gopass is designed not to change to content of the secrets in any way except that it will add a final newline at the end of the secret if it does not have one already and the output is going to a terminal. This means that the output may mess up your terminal if it's not only text. In this case you should either encoded the secret to text (e.g. base64) before inserting or use the special `gopass binary` sub command that does that for you.
7
7
**Why does gopass delete my whole KDE klipper history?* - KDEs klipper provides a clipboard history for your convenience. Since we currently can't figure out which entry may contain a secret copied to the clipboard, we just clear the whole history once the clipboard timer expires.
0 commit comments