Evidlo / passhole

A secure hole for your passwords (KeePass CLI)
GNU General Public License v3.0
199 stars 19 forks source link

empty title and empty "prog" selection #5

Closed WillForan closed 6 years ago

WillForan commented 6 years ago

allow title to be empty (replace with "!!!emtpy title!!!!" log when selection is emtpy, likely to bad "prog" command

Evidlo commented 6 years ago

Interesting. I wasn't aware that KeePass supported entries with empty titles.

I think it would be better to not show the entry at all (and also not crash) rather than show some placeholder text. I can't really think of a good way to handle titleless entries and still be useful, as passhole depends heavily on the entry path, which is None when the title is None.

Evidlo commented 6 years ago

Thanks for reporting this. I fixed this along with some other things in v1.5.3.