mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ff9fbb264c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
342 B
Text
6 lines
342 B
Text
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!
|