keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.39k stars 1.48k forks source link

[CLI] Allow selective copy between databases #11393

Open gorootde opened 1 month ago

gorootde commented 1 month ago

Summary

This feature will enable selective copy of entries between two distinct database files.

Examples

keepassxc-cli copy source.kdbx target.kdbx --tags to-be-copied keepassxc-cli copy source.kdbx target.kdbx /groupPathToBeCopied

Context

I'd like to be able to automatically keep a separate database up to date with only a subset of the entries of source.kdbx

droidmonkey commented 1 month ago

Neat idea!