System Grab Bag

View all TLDR pages from common (or from all pages)

gopass

Standard Unix Password Manager for Teams. Written in Go. More information: https://www.gopass.pw.
  • 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 protected]}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.