ripgrep
Search tool
A line-oriented search tool that recursively searches directories and files with regex patterns while respecting gitignore rules.
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
49k stars
294 watching
2k forks
Language: Rust
last commit: 4 months ago
Linked from 5 awesome lists
clicommand-linecommand-line-toolgitignoregreprecursively-searchregexripgreprustsearch
Related projects:
Repository | Description | Stars |
---|---|---|
phiresky/ripgrep-all | A line-oriented search tool for multiple file types | 8,385 |
ahgamut/ripgrep | A tool for recursively searching directories with a regex pattern while respecting gitignore files. | 19 |
duane9/nvim-rg | An plugin for Neovim that enables asynchronous ripgrep searches and displays results in a quickfix window. | 39 |
learnbyexample/learn_gnugrep_ripgrep | A comprehensive guide to mastering the command-line text processing tools GNU grep and ripgrep | 324 |
genivia/ugrep | A fast, user-friendly grep alternative with advanced features such as Google-like Boolean search and fuzzy matching. | 2,689 |
chinanf-boy/ripgrep-zh | A high-performance, feature-rich search tool for text within files and directories | 157 |
lisprez/so_stupid_search | A fast and minimalistic tool for searching strings deeply within directory structures recursively. | 164 |
cboxdoerfer/fsearch | A fast file search utility inspired by Everything Search Engine | 3,380 |
ggreer/the_silver_searcher | A fast code search tool for large repositories | 26,229 |
jagracey/regex-dos | Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 163 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
ast-grep/ast-grep | A tool for code structural search and transformation using abstract syntax trees | 7,662 |
burntsushi/rebar | A tool for comparing the performance of different regular expression engines on a set of curated tasks. | 233 |
pemistahl/grex | Automatically generates regular expressions from user-provided test cases | 7,334 |
chrisgrieser/nvim-rip-substitute | A plugin for Neovim that allows searching and replacing text in the current buffer with an incremental preview and modern regex syntax. | 205 |