Releases: marceloslacerda/password_generator
Fix debug argument
The --debug argument was not optional in the previous release
Minor changes
Fix errors involving the -n option
Fix errors involving xclip behaviour
Added new arguments for debugging
Clipboard support
Password generator now supports copy to clipboard. Read the README.md for more instructions.
This release changes the default behavior of password generator if you have one of the listed clipboard
libraries or programs.
Upgrade database format to JSON
Fixes issue #1.
Check the README.md to know how to upgrade your database.
Like version 0.0.1 this one needs to be installed with pip, see the installation instructions in the README.md to know how.
If you wish to install offline, extract this archive, cd to the directory that was created and:
pip install --user .
Follow the rest of the installation instructions in the README.md to configure your PATH.
password-generator v0.0.0
Just plop in a directory that is in your PATH environment variable.