Skip to main content

Grep GPG-encrypted YAML password safe.

Project description

Grep GPG-encrypted YAML password safes.

https://github.com/downloads/catch22/pw/screenshot.png

Installation

To install pw, simply run:

pip install pw

Make sure that ~/.passwords.yaml.asc contains a valid YAML password safe (see example below for file format).

Usage

Usage: pw [options] [pathquery[:userquery]]

Options:
  --version   show program's version number and exit
  -h, --help  show this help message and exit
  -E, --echo  display passwords on console (as opposed to copying them to
              the clipboard)

Sample .passwords.yaml.asc

Mail:
  Google:
    - U: first-user@gmail.com
      P: "*****"
    - U: second-user@gmail.com
      P: "*****"
      N: John's account
SSH:
  My Private Server:
    U: root
    P: "*****"
    L: ssh://private-server
    N: "With great power comes great responsibility."

Mobile PIN: 12345   # shortcut notation (only provide password)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pw-0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page