Manage your login credentials from the terminal painlessly.
Project description
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 │ ╘═════════════╧═════════╧════════════╧═══════════╛
Install
pip install passpie
Or if you are on a mac, install via Homebrew:
brew install passpie
Documentation
Read full documentation on http://passpie.readthedocs.org
Licence
Copyright (c) 2014-2016 Marcwebbie, <http://github.com/marcwebbie>
Full license here: LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for passpie-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8ed8ee5239b2fa76d407e5ecf9e2723652f40c198cbc4c02674db84decf9269 |
|
MD5 | 720044230b2ab8825a466c688165802b |
|
BLAKE2b-256 | 4804cccd0550fcc72251fc4a3fe2a220232e2de5be305f3e007e26e166e4aaa6 |