d4ndo/pass2gorilla

Fields are not comma escaped

Opened this issue · 2 comments

My passwords are randomly generated by pass and so some of them contains commas. I'm able to correct the few that are wrong by hand, but it would be nice to have these commas escaped.

On an unrelated note, this script is useful for converting to keepass as well, since it supports csv import.

d4ndo commented

I would rather not modify the password. This could mess up a lot of things.
According to http://keepass.info/help/kb/imp_csv.html commas are not even escaped.

I could add a delimiter/separator variable so you could change the »comma« separator to a »whitespace« separator. No password should contain a whitespace or tab. This makes it easy to import to libreoffice and do modifications.

P.S. Password gorilla complains if to many commas are set.

Yes that would be useful.