QuickSearch is a search plugin for KeePass 2, designed to provide instant search results. It serves as replacement to the built-in QuickFind toolbar control, offering an enhanced user experience.
QuickSearch delivers instant results as you type. A password entry is a match if all words separated by whitespace occur within a single one of its fields, regardless of their position in the field.
If you need to make a more complex search, you can still use CTRL+F
to open the search from KeePass.
Warning: If you search in fields that have in-memory protection, they will be decrypted and remain unencrypted in memory for a while.
- Activate Search Box:
CTRL+E
- Focus Password List:
ENTER
- Clear Search Box:
ESCAPE
(if the search box is empty, theESCAPE
action configured in KeePass is executed)
- Dynamic Search Box Color: Changes based on search results and focus (adjust in
Tools
>Options…
>Quick Search
). - Quick Settings Panel: Customize search settings easily by clicking the magnifying glass icon next to the search box.
- Integrates seamlessly with KeePass: Respects following KeePass settings
- Search for passwords in quick searches
- Exclude expired entries in quick searches
- Focus quick search box when restoring from taskbar
- Focus quick search box when restoring from tray
- Alternating item background color
- Grouping in Entry List
- Download
QuickSearch.plgx
from the latest Release. - Move
QuickSearch.plgx
into your KeePass Plugins folder (Tools
>Plugins…
>Open Folder
). - Provide administrator permission to copy to the folder.
- Restart KeePass to complete the installation.
- Remove
QuickSearch.plgx
from your KeePass Plugins folder. - Provide administrator permission to remove the file.
- Remove all
Item
s in%AppData%\KeePass\KeePass.config.xml
under/Configuration/Custom
withKey
s beginning withQuickSearch
- Restart KeePass to complete the uninstallation.
- Clone the repository
- Install dependencies:
- Ensure you have the "Microsoft .NET Framework 4.6.2 Developer Pack" installed. You can download it from the official Microsoft website.
- Build the project:
- Every time after making changes, rebuild the QuickSearch project in the solution
- Ensure KeePass is not running:
- Before starting the debug process, make sure there are no running instances of KeePass.
- Start debugging:
- Start the debug process to test your changes.
- Ignore assertion errors:
- Ignore potential KeePass assertion errors that may occur when using DPI scaling settings.
You can skip step 3 by adding the following as a pre-build event to the Build Events of the KeePass project: if "$(BuildingInsideVisualStudio)" == "true" "$(MSBuildBinPath)\msbuild.exe" "$(ProjectDir)..\..\QuickSearch\QuickSearch.csproj" /p:Configuration=$(ConfigurationName)
- Fixed:
CTRL+E
was captured globally
Full Changelog
### v2.40 - **Fixed**: Show previously partially cut off text in options.- Fixed: Crash on missing KeeTheme.
- Added: Alternating item backgrounds in search.
- Added: Add placeholder text to search box.
- Added: Localize the quick settings panel using KeePass localization.
- Added: Use search combobox items like KeePass search.
- Added: Search in tags.
- Added: Add tooltip to search box.
- Fixed: Group search and exclude expired entries in some cases.
- Fixed: Groupbox color with the dark theme from the KeeTheme plugin.
- Changed: Shortcut to activate search box now
CTRL+E
. - Changed: Use modern default colors.
- Changed: Updated icons to avoid copyright issues.
- Changed: Align settings with KeePass aesthetics.
- Fixed: Color selection with the dark theme from the KeeTheme plugin.
- Added: Show passwords in groups.
- Added: Search in group names.
- Added: Sync KeePass search settings.
- Added: Consistent use of KeePass settings for focus.
- Added: Reset search on empty search box.
- Added: Always hide KeePass QuickFind.
- Changed: Revised PlgX creation.
- Fixed: Option exclude expired entries.
- Fixed: Display of entries on reset.
- Fixed: Text formatting of expired entries.
- Added: Respect KeePass settings when focusing the search box on restoring from tray or minimized.
- Added: KeePass2.x as a submodule.
- Fixed: Shortcut to activate search box, now
CTRL+SHIFT+X
. - Added: Focus password list on
ENTER
. - Added: Clear search box on
ESCAPE
, use theESCAPE
action configured in KeePass if the search box is empty. - Added: Focus search box on restoring from tray or minimized state.
- Added: Strike out expired entries.
- Fixed: Search functionality issue after sync.
- Added:
CTRL+Backspace
deletes the last word.
- Changed: Updated build configuration.
- Fixed: Compatibility issues.
- Fixed: Automatic check for updates.
- Added: Automatic check for updates.
- Added:
CTRL+SHIFT+F
shortcut for activating search textbox.
- Fixed: Support KeePass 2.17.
- Fixed: QuickSearch.config will now be saved in the application directory if
PreferUserConfiguration==false
. - Added: Custom mouse cursor for
ColorSelectButton
.
- Changed: Configuration system updated; settings now stored in the KeePass config file instead of
QuickSearch.config
. - Changed: Redistributable format updated to
.plgx
from.dll
. - Fixed: Support KeePass 2.28 and likely earlier versions (untested).
Original version by Gordon Venem
With contributions by Dominik Reichl, Alex Vallat and Laurens von Assel
Current development by CennoxX
Icons by David Vignoni, licensed under the LGPL 2.1
For questions, issues, or discussions, visit the GitHub Issues page or check out the GitHub Discussions page.