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: 5 months ago
Linked from 5 awesome lists
clicommand-linecommand-line-toolgitignoregreprecursively-searchregexripgreprustsearch
Related projects:
Repository | Description | Stars |
---|---|---|
| A line-oriented search tool for multiple file types | 8,385 |
| A tool for recursively searching directories with a regex pattern while respecting gitignore files. | 19 |
| An plugin for Neovim that enables asynchronous ripgrep searches and displays results in a quickfix window. | 39 |
| A comprehensive guide to mastering the command-line text processing tools GNU grep and ripgrep | 324 |
| A fast, user-friendly grep alternative with advanced features such as Google-like Boolean search and fuzzy matching. | 2,689 |
| A high-performance, feature-rich search tool for text within files and directories | 157 |
| A fast and minimalistic tool for searching strings deeply within directory structures recursively. | 164 |
| A fast file search utility inspired by Everything Search Engine | 3,380 |
| A fast code search tool for large repositories | 26,229 |
| Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 163 |
| A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
| A tool for code structural search and transformation using abstract syntax trees | 7,662 |
| A tool for comparing the performance of different regular expression engines on a set of curated tasks. | 233 |
| Automatically generates regular expressions from user-provided test cases | 7,334 |
| A plugin for Neovim that allows searching and replacing text in the current buffer with an incremental preview and modern regex syntax. | 205 |