Skip to content

🔐 Colorful multiplatform command-line password manager

License

Notifications You must be signed in to change notification settings

gitter-badger/passpie

 
 

Repository files navigation

passpie: Comand-line password manager

image

Version Build Status Windows Build Status Coverage Requirements

Passpie is a command line tool to manage passwords from the terminal with a colorful and configurable interface. Password files are encrypted using GnuPG and saved into yaml text files. 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...

Install

pip install passpie

Or if you are on a mac, install via Homebrew:

brew install passpie

Quickstart

passpie init
passpie add foo@example.com --random --pattern "[0-9]{5}[a-z]{5}"
passpie add bar@example.com --random --pattern "[0-9]{5}[a-z]{5}"
passpie update foo@example.com --comment "Hello"
passpie

Outputs:

╒═════════════╤═════════╤════════════╤═══════════╕
│ Name        │ Login   │ Password   │ Comment   │
╞═════════════╪═════════╪════════════╪═══════════╡
│ example.com │ bar     │ *****      │           │
├─────────────┼─────────┼────────────┼───────────┤
│ example.com │ foo     │ *****      │ Hello     │
╘═════════════╧═════════╧════════════╧═══════════╛

Documentation

Read full documentation on http://passpie.readthedocs.org

Bugs & Questions

You can file bugs in our github issues tracker, ask questions on our mailing list. Or check the FAQ section on the documentation.

Contributing

Whether reporting bugs, discussing improvements and new ideas or writing extensions: Contributions to Passpie are welcome! Here's how to get started:

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug
  2. Fork the repository clone your fork and start making your changes
  3. Write a test which shows that the bug was fixed or that the feature works as expected
  4. Send a pull request and bug the maintainer until it gets merged and published ☺

Learn more on the contributing documentation

Licence License

Copyright (c) 2014-2016 Marcwebbie, <http://github.com/marcwebbie>

Full license here: LICENSE

About

🔐 Colorful multiplatform command-line password manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Makefile 1.5%