gopass
Standard Unix Password Manager for Teams. Written in Go. More information: <https://www.gopass.pw>.
Install
- All systems
-
curl cmd.cat/gopass.sh
- Debian
-
apt-get install gopass
- Ubuntu
-
apt-get install gopass
- Arch Linux
-
pacman -S gopass
- Kali Linux
-
apt-get install gopass
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gopass
- OS X
-
brew install gopass
- Dockerfile
- dockerfile.run/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]
© tl;dr; authors and contributors