Unfortunately, it's not possible to search for entries using keepassxc-cli in the same way as in GUI. For example, it would be helpful to search for title, group, username, uuid, and so on with the same capabilities like regular expressions, logical OR, logical NOT, and so on.
Examples
Suppose a database containing the following groups and entries:
Summary
Unfortunately, it's not possible to search for entries using
keepassxc-cli
in the same way as in GUI. For example, it would be helpful to search for title, group, username, uuid, and so on with the same capabilities like regular expressions, logical OR, logical NOT, and so on.Examples
Suppose a database containing the following groups and entries:
Using GUI's search capabilities, it's possible to find specific password. Examples:
g:Systems t:host_a u:admin
/Systems/host_a (username=admin)
g:"Bank Accounts" t:Bank_B u:"5678 9012 3456 7890
/Bank Accounts/Bank_B (username=5678 9012 3456 7890, tag=credit_card)
g:"Bank Accounts" t:Bank_B tag:credit_card
/Bank Accounts/Bank_B (username=5678 9012 3456 7890, tag=credit_card)
Unfortunately,
keepassxc-cli
doesn't provide such search capabilities.Context
See above, the example contains the context.