2013-12-03 09:35:51 +08:00
|
|
|
Ag is a code searching tool similar to grep and ack, but with a focus on speed.
|
|
|
|
|
2016-05-27 02:41:27 +08:00
|
|
|
Ag searches code about 3-5x faster than ack. It ignores file patterns from your
|
2013-12-03 09:35:51 +08:00
|
|
|
.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!
|