Skip to content
/ pw Public
forked from catch22/pw

Search in GPG-encrypted password file.

License

Notifications You must be signed in to change notification settings

mbr/pw

 
 

Repository files navigation

pw Build Status Latest Version

pw is a Python tool to search in a GPG-encrypted password database.

Usage: pw [OPTIONS] [USER@][KEY] [USER]

  Search for USER and KEY in GPG-encrypted
  password file.

Options:
  -C, --copy              copy password to clipboard (default)
  -E, --echo              print password to console
  -R, --raw               output password only
  -N, --no-passwords      display account information only
  --strict / --no-strict  fail unless precisely a single result has been found
  -f, --file PATH         password file
  --edit                  launch editor to edit password database
  --version               Show the version and exit.
  --help                  Show this message and exit.

Installation

To install pw, simply run:

$ pip install pw

About

Search in GPG-encrypted password file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.7%
  • Makefile 3.8%
  • JavaScript 1.5%