summaryrefslogtreecommitdiff
path: root/contrib/keepassx2pass.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: do not use recursion and organizeJason A. Donenfeld2014-03-221-76/+0
|
* keepassx2pass: friendly title fieldPhilip Chase2014-03-201-1/+24
| | | | | | | | | | | | 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
* keepassx2pass.py should handle empty passwords and entry names containing ↵Von Welch2013-02-231-2/+3
| | | | slash ('/') characters
* Ked Password Manager import script from Antoine Beaupré.Jason A. Donenfeld2012-12-021-1/+1
|
* Normalize copyright headers.Jason A. Donenfeld2012-09-221-3/+2
|
* Add additional information from KeepassX xmlJuhamatti Niemelä2012-09-181-3/+15
| | | | | | | | | | 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
* Copyright and licensing info to keepassx2pass scriptJuhamatti Niemelä2012-09-181-0/+4
|
* Use --force flag in keepassx import.Jason A. Donenfeld2012-09-151-1/+1
|
* Script for importing password data XML from KeepassX to password-store.Juhamatti Niemelä2012-09-151-0/+37