2025-03-14 21:59:59 -06:00
|
|
|
# gopass
|
|
|
|
|
|
|
|
|
|
> Standard Unix Password Manager for Teams. Written in Go.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/gopasspw/gopass/tree/master/docs/commands>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Initialize 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}}`
|