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