HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gopass — Standard Unix Password Manager for Teams. Written in Go. More information: <https://github.com/gopas

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpasswordforcligopassunixstandardmanager

Problem

How to use the gopass command: Standard Unix Password Manager for Teams. Written in Go. More information: <https://github.com/gopasspw/gopass/tree/master/docs/commands>.

Solution

gopass — Standard Unix Password Manager for Teams. Written in Go. More information: <https://github.com/gopasspw/gopass/tree/master/docs/commands>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/gopass

Revisions (0)

No revisions yet.