summaryrefslogtreecommitdiffstats
path: root/system/the_silver_searcher/README
blob: 2705258fc46b0395e67410b9fa453886d7b3377c (plain)
1
2
3
4
5
6
Ag is a code searching tool similar to grep and ack, but with a focus on speed.

Ag searches code about 3–5× faster than ack. It ignores file patterns from your
.gitignore and .hgignore. If there are files in your source repo you don't want
to search, just add their patterns to a .agignore file. The command name is 33%
shorter than ack!