ifosch / keepass-mode

Emacs mode to open KeePass DB
https://github.com/ifosch/keepass-mode
GNU General Public License v3.0
40 stars 5 forks source link

Fix bug when getting passwords with colons #7

Closed ifosch closed 3 years ago

ifosch commented 3 years ago

Because of how the keepassxc-cli command's output is extracted, the passwords containing a colon, :, would be split and, thus, copied incorrectly.

Now, all the data after the field name is concatenated with the previously removed colons. So the problem is not happening anymore.