Narigo / keepass-diff

A CLI-tool to diff Keepass (.kdbx) files. Useful, if syncing with Dropbox or NextCloud and getting multiple files due to conflicts.
https://keepass-diff.narigo.dev/
MIT License
306 stars 28 forks source link

Add option for single line diffs and verbose paths #13

Closed Narigo closed 5 years ago

Narigo commented 5 years ago

With the merge of PR #11, the view of the diff changes to a verbose paths. It would be nice to still have single line diffs that show the whole path and a + / - for the change, without the ~ paths. There should be an option to trigger one of these.

Narigo commented 5 years ago

I've added a single-line diff again and added the --verbose flag for the tree view merged with the PR #11 from @sseemayer