Command line: ripgrep
A modern replacement for grep... that is written in Rust language... because why not make it faster?
Flags
-i, --ignore-case
enables searches regardless of letter case (e.g., uppercase, lowercase).-g, --glob [GLOB...]
searches for the file to be included in the search; you can prepend the glob with!
to exclude it