Usage
Supported platforms: Windows Vista and higher
- Unzip contents of the zip archive
- Start cwpass.cmd at the root directory to initiate a proper shell environment.
- Initialization:
- Generate a GPG key (
gpg --gen-key
) - Init pass by using the key above (
pass init <gpg-key>
)
- Generate a GPG key (
- pass is ready for use
Implementation notes (will be surely fixed in future releases!)
- options edit and git don't work
- Clearing clipboard after some time is not implemented.
See man page below for more information.