slackbuilds_ponce/system/the_silver_searcher
Benjamin Trigona-Harany fd409fcc56 system/the_silver_searcher: Updated for version 1.0.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2017-01-23 21:56:42 -08:00
..
README
slack-desc
the_silver_searcher.info
the_silver_searcher.SlackBuild

Ag is a code searching tool similar to grep and ack, but with a focus on speed.

Ag searches code about 3-5x 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!