slackbuilds_ponce/system/the_silver_searcher
Benjamin Trigona-Harany ffcd5d95f8 system/the_silver_searcher: Updated for version 0.19.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-01-29 23:21:15 -06:00
..
README
slack-desc
the_silver_searcher.info
the_silver_searcher.SlackBuild

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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

Ag searches code about 35× 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!