tldr/pages/common/gopass.md

37 lines
588 B
Markdown
Raw Normal View History

2019-05-13 18:52:53 +01:00
# gopass
> Standard Unix Password Manager for Teams. Written in Go.
> More information: <https://www.gopass.pw>.
2019-05-13 18:52:53 +01:00
2022-06-27 11:23:12 +01:00
- Initialize the configuration settings:
2019-05-13 18:52:53 +01:00
`gopass init`
- Create a new entry:
`gopass new`
- Show all stores:
`gopass mounts`
2021-01-07 14:06:38 +00:00
- Mount a shared Git store:
2019-05-13 18:52:53 +01:00
`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}}`