mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 00:44:54 +02:00
gopass: add page (#2981)
This commit is contained in:
parent
c0813b29fe
commit
18d6560a53
1 changed files with 36 additions and 0 deletions
36
pages/linux/gopass.md
Normal file
36
pages/linux/gopass.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue