diff --git a/pages/linux/gopass.md b/pages/linux/gopass.md new file mode 100644 index 0000000000..c1e81ad71b --- /dev/null +++ b/pages/linux/gopass.md @@ -0,0 +1,36 @@ +# gopass + +> Standard Unix Password Manager for Teams. Written in Go. +> Homepage: . + +- 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}}`