When to Use Over Spotlight
Spotlight is off on your system, making EasyFind essential for any filename or content search. Also better for hidden files, package contents, and system folders Spotlight excludes.
Wildcards
Use * for any string, ? for a single character. Example: *.log finds all log files.
Regex
Full POSIX regex supported in regex mode. Example: report_202[0-9] matches report files from 2020โ2029.