keepass-diff
keepass-diff copied to clipboard
A CLI-tool to diff Keepass (.kdbx) files. Useful, if syncing with Dropbox or NextCloud and getting multiple files due to conflicts.
There should be a button to generate keepass-diff binaries for different OSes and they should be automatically published to GitHub pages somewhere.
Thanks to report #35 it looks like attachments are currently not handled at all. If an entry diffs because of attached files, keepass-diff will currently say that there is no...
Right now, testing relies on me doing manual tests. It would be a lot better to have automated tests verified by Travis / GitHub Actions or similar. There should be...
Hi there, great tool thanks for the effort you put into it! Have you considered integrating with `git` as an [external diff driver](https://www.git-scm.com/docs/gitattributes#_defining_an_external_diff_driver)? With the following config… ``` # .gitconfig...
Great idea and thanks for all your work! Sadly I couldn't get the docker image to build on my MacBook with an M1 processor. This is as far as docker...
https://crates.io/crates/keepass-diff/versions shows that there is already a 1.2.0 release, but this git repo does not contain a corresponding tag. It would be nice if the respective commit was tagged.
When I run the command in the README it fails: ` $ docker build -f Containerfile.install -t "keepass-diff:custom-local" . DEPRECATED: The legacy builder is deprecated and will be removed in...
While debugging a problem (which turns out to be caused by my password manager) I just started to refactor the code to make it easier to read and understand. The...
### thread 'main' panicked at 'Error opening database A: Key(IncorrectKey) I've tried diffing two keepass files which are using keys as additional secret. Please note, that keepassxc reports the key...
Adds `-s` alias for `--same-password` and `-p` for `--password`.