smorks / keepassnatmsg

KeePass plugin to expose credentials securely to a browser using Native Messaging
GNU General Public License v3.0
268 stars 25 forks source link

Add support for search in specific database #114

Closed damienfinck closed 6 months ago

damienfinck commented 6 months ago

Use case: you open 2 databases (a personal database and a shared database). You probably don't want to search in the shared database. You probably also want to avoid adding "KeePassNatMsg Settings" plugin data to the shared database. With this PR, it is now possible to ask to search in the currently selected database (default case), in all open databases or only in a particular database and choose it.

To add this option, I've converted the "Search in all opened databases for matching entries" checkbox into two radio buttons (with backwards compatibility) and added a radio button to define a specific search database.