the_silver_searcher
searcher
A fast code search tool for large repositories
A code-searching tool similar to ack, but faster.
26k stars
424 watching
1k forks
Language: C
last commit: 7 months ago
Linked from 7 awesome lists
agccommand-line-toolpcresearch-in-textsilver-searcher
Related projects:
Repository | Description | Stars |
---|---|---|
jflarvoire/the_silver_searcher | A code-searching tool designed to be faster and more robust than existing alternatives. | 77 |
cboxdoerfer/fsearch | A fast file search utility inspired by Everything Search Engine | 3,380 |
beyondgrep/ack3 | A grep-like search tool optimized for source code. | 720 |
burntsushi/ripgrep | A line-oriented search tool that recursively searches directories and files with regex patterns while respecting gitignore rules. | 49,203 |
beyondgrep/ack2 | A Perl-based tool for efficient searching in large codebases | 1,477 |
hound-search/hound | A fast source code search engine using static React frontend and Go backend | 5,699 |
semgrep/semgrep | A tool for detecting bugs and enforcing coding standards in source code across multiple programming languages. | 10,803 |
lisprez/so_stupid_search | A fast and minimalistic tool for searching strings deeply within directory structures recursively. | 164 |
bloopai/bloop | An AI-powered code search engine that uses existing code as context to help developers find answers | 9,459 |
weggli-rs/weggli | A tool to search and analyze C and C++ code for specific patterns | 2,352 |
sharkdp/fd | A fast and user-friendly command-line tool for searching the filesystem recursively. | 34,453 |
kbrsh/wade | A fast search library that generates an index from a dataset and performs searches using a combination of tokenization, scoring, and depth-first search algorithms. | 2,979 |
cgag/loc | A Rust implementation of a line-of-code counting tool with improved performance compared to existing alternatives. | 2,340 |
genivia/ugrep | A fast, user-friendly grep alternative with advanced features such as Google-like Boolean search and fuzzy matching. | 2,689 |
gperftools/gperftools | Provides high-performance multi-threaded memory management and performance analysis tools | 8,510 |