The Silver Searcher
A code searching tool similar to ack, but faster
Search & Grep
C
replaces grep, ack
ag (The Silver Searcher) is a code-searching tool similar to ack, but faster. It ignores file patterns from .gitignore and .hgignore.
Install
brew
brew install the_silver_searcher
apt
apt install silversearcher-ag
Related Tools
ack
A grep-like tool designed for searching source code
ast-grepA fast and polyglot tool for code structural search and rew…
grepThe classic Unix pattern matching utility
ripgrepBlazingly fast recursive search tool that respects gitignore
sadCLI search and replace with preview, powered by diff
sdIntuitive find & replace CLI, a sed alternative
ugrepUltra fast grep with interactive TUI, fuzzy search, and more