You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because entries are merged with parents using / for outputting to a stdin capable program, then split again by / when accessing the keepass database for clipping.
This can be fixed by e.g. storing entries as Vec<Vec<String>>and a map with the merged key referencing the entry instead. Let me know if you want to give it a shot, otherwise I'll probably find some time for it.
Used & and / which resulted in no password copied from entry.
The text was updated successfully, but these errors were encountered: