Welcome to Passpie¶
Passpie is a command line tool to manage passwords from the terminal with a colorful and configurable interface. Use a master passphrase to decrypt login credentials, copy passwords to clipboard, syncronize with a git repository, check the state of your passwords, and more.
Password files are encrypted using GnuPG and saved into yaml text files. Passpie supports Linux, OSX and Windows.
What does it look like? Here is an example of a simple Passpie usage:
passpie init
passpie add foo@example.com --random
passpie add bar@example.com --pattern "[0-9]{5}[a-z]{5}"
passpie update foo@example --comment "Hello"
passpie
Outputs:
╒═════════════╤═════════╤════════════╤═══════════╕
│ Name │ Login │ Password │ Comment │
╞═════════════╪═════════╪════════════╪═══════════╡
│ example.com │ bar │ ***** │ │
├─────────────┼─────────┼────────────┼───────────┤
│ example.com │ foo │ ***** │ Hello │
╘═════════════╧═════════╧════════════╧═══════════╛
Features¶
Note
This repository is open source and is available on GitHub. We would love contributions.
Documentation Contents¶
This part of the documentation guides you through all of the passpie usage patterns.
Miscellaneous Pages¶
- Changelog
- Version 1.4.1
- Version 1.4.0
- Version 1.3.1
- Version 1.3.0
- Version 1.2.0
- Version 1.1.1
- Version 1.1.0
- Version 1.0.2
- Version 1.0.1
- Version 1.0.0
- Version 0.3.3
- Version 0.3.2
- Version 0.3.1
- Version 0.3
- Version 0.2.2
- Version 0.2.1
- Version 0.2
- Version 0.1.5
- Version 0.1.4
- Version 0.1.3
- Version 0.1.2
- Version 0.1.1
- Version 0.1
- Version 0.1rc7
- Version 0.1rc6
- Version 0.1rc5
- Version 0.1rc4
- Version 0.1rc3
- Version 0.1rc2.1
- Version 0.1rc2
- Version 0.1rc1
- License