Trigram-indexed grep
From the source
github.comPublisher’s summary
Trigram-indexed grep with a client/server architecture for fast regex search in large codebases locally - microsoft/tgrep
tgrep pre-builds a trigram index so searches only touch the small set of files that could match.
