mirror of https://github.com/CrimsonTome/tldr.git
37 lines
580 B
Markdown
37 lines
580 B
Markdown
# gopass
|
|
|
|
> Standard Unix Password Manager for Teams. Written in Go.
|
|
> Homepage: <https://www.gopass.pw>.
|
|
|
|
- Initialise the configuration settings:
|
|
|
|
`gopass init`
|
|
|
|
- Create a new entry:
|
|
|
|
`gopass new`
|
|
|
|
- Show all stores:
|
|
|
|
`gopass mounts`
|
|
|
|
- Mount a shared git store:
|
|
|
|
`gopass mounts add {{store_name}} {{git_repo_url}}`
|
|
|
|
- Search interactively using a keyword:
|
|
|
|
`gopass show {{keyword}}`
|
|
|
|
- Search using a keyword:
|
|
|
|
`gopass find {{keyword}}`
|
|
|
|
- Sync all mounted stores:
|
|
|
|
`gopass sync`
|
|
|
|
- Show a particular password entry:
|
|
|
|
`gopass {{store_name|path/to/directory|email@email.com}}`
|