There are 2 repositories under grep-search topic.
A Powerful Versatile Omni Search inside Emacs
List of GREP modifications and alternatives for a variety of purposes
Powerful Web and Omni Search inside Emacs
A monotonic indexer to speed up grepping by >10x (ugrep-indexer is now part of ugrep 6.0 and greater)
Stream command and output content to web UI with autogenerated filters. Transform content with TypeScript.
Command-line tool that provides a workflow for extending, editing, diffing, and writing to vim-style grep lines.
A simple clone of BareGrep
Search text in files quickly(using linux grep command), especially for log searching. Directories are supported. Support local remote online registration search.
This script will allow you to scan files of your website and search for a specific pattern; f.i. a word or a sentence.
A simple tool to search codebases with a `CODEOWNERS` file in mind.
A set of tools to use while coding using the Claude code cli. "smartgrep" is a grep-like tool that uses a semantic index of the codebase to provide Claudes with information tailored for how they think. Claudes love it! A "codebase-curator" Claude to assist the "developer" Claude in his coding tasks, together they implement fully integrated code.
File searching application with a rich user interface.
PowerShell wrapper for Everything. Instantly search for files on local and remote (via REST API) Windows systems.
A simple and handy tool to grep Java Stack Traces from log-files.
Simple bash script that aim to save time on security code and config review for web technologies.
Regular expression and pattern search.
Project from Rust Book which makes a light weight version of the grep CLI tool
lgrep Aka Lazy grep (Does exactly what it says on the tin!)
A C++ utility that recursively searches all files under a directory for a given query. Supports optional case-insensitive or regex matching, and parallelizes work across threads.
gfr-patterns: Default Pattern Collection
A collection of specialized grep tools that search within specific language files by extension and shebang detection. Utilizes ripgrep for performance when available, with graceful fallback to standard grep.
reimplementing grep in C# using LINQ, functional programming concepts and custom regex
A simple command-line utility written in Rust, designed to search for a specific pattern in files within a directory (and its subdirectories). It mimics the functionality of the grep command, offering both case-sensitive and case-insensitive search modes
The most common uses of grep + awk piped together codified into a tiny C library. Great for matching in embedded projects.