summaryrefslogtreecommitdiffstats
path: root/contrib/keepassx2pass.py
AgeCommit message (Collapse)Author
2014-03-20keepassx2pass: friendly title fieldPhilip Chase
This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed
2013-02-23keepassx2pass.py should handle empty passwords and entry names containing ↵Von Welch
slash ('/') characters
2012-12-02Ked Password Manager import script from Antoine Beaupré.Jason A. Donenfeld
2012-09-22Normalize copyright headers.Jason A. Donenfeld
2012-09-18Add additional information from KeepassX xmlJuhamatti Niemelä
Import passwords as multiline entries with password in the first line. Rest contains following data if they exist in the entry element of the xml file: - username - url - comment
2012-09-18Copyright and licensing info to keepassx2pass scriptJuhamatti Niemelä
2012-09-15Use --force flag in keepassx import.Jason A. Donenfeld
2012-09-15Script for importing password data XML from KeepassX to password-store.Juhamatti Niemelä