Wildcard patterns like *.log or report_*.xlsx matched against every filename in the tree. Results stream in real time with no pre-indexing.
Streams through files line by line without loading them into RAM. Shows matched lines with line numbers, and skips binary files automatically.
Run several filename and content searches in a single pass. Each term is independently tracked with its own match count so you can see which patterns hit.
Semicolon-separated patterns narrow or limit the search scope by extension or directory segment — e.g. *.txt;*.log or node_modules.
Optional toggle applies to both filename and content searches. Default is case-insensitive so you don't have to think about it.
Click any result header to reveal the file in Explorer with it selected. Right-click for a context menu to open the file directly in its default app.
Export results as a self-contained HTML report with matched lines, line numbers, and search metadata. Opens in any browser, no dependencies.
Single EXE, runs from anywhere. No runtime to install beyond .NET Framework 4.8, which ships with Windows 10 1903+ and Windows 11.