snippetbashTip
gopass — Standard Unix Password Manager for Teams. Written in Go. More information: <https://github.com/gopas
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 initCreate a new entry:
gopass newShow all stores:
gopass mountsMount 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 syncShow a particular password entry:
gopass {{store_name|path/to/directory|email@email.com}}Code Snippets
Initialize the configuration settings
gopass initCreate a new entry
gopass newShow all stores
gopass mountsMount 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.