By Tamino1230 A simple C# WinForms app that displays a searchable history list with advanced search capabilities.
- Open App: ALT + Q
- Minimise App: ESC / Alt + Q
- Fully Exit: CTRL + Enter
- Remove Item: Delete Button
- Real-time filtering as you type
- Supports
"exact phrases",OR,AND, and-excludedterms - Prioritizes entries that start with your search
- Type in the search box to filter history entries.
- Use quotes for exact matches,
ORfor alternatives, and-wordto exclude results.- Example:
c# tutorial OR python -error
- Example:
MIT
