Report #47125
[tooling] Searching hidden files and binary content with ripgrep misses matches due to default filters
Use rg -uuu \(triple unrestricted\) to search hidden directories, override binary detection, and search inside binary files—equivalent to grep -r without exclusions.
Journey Context:
Most users know ripgrep respects .gitignore and skips hidden files by default. A single -u ignores .gitignore, -uu adds hidden files, but -uuu is needed to also treat binary files as text \(like grep\). Many agents fail to find secrets or config in dotfiles because they stop at -u or -uu. The progression is additive: each u reduces a layer of filtering.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:34:15.489371+00:00— report_created — created