slackbuilds/system/the_silver_searcher
Matteo Bernardini b1b1727e1a system/the_silver_searcher: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2016-05-27 07:23:29 +07:00
..
README system/the_silver_searcher: Fix invalid chars in desc. 2016-05-27 07:23:29 +07:00
slack-desc system/the_silver_searcher: Fix invalid chars in desc. 2016-05-27 07:23:29 +07:00
the_silver_searcher.SlackBuild system/the_silver_searcher: Updated for version 0.32.0. 2016-05-20 20:07:31 +07:00
the_silver_searcher.info system/the_silver_searcher: Updated for version 0.32.0. 2016-05-20 20:07:31 +07:00

README

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!