slackbuilds/system/the_silver_searcher
B. Watson 5aae23bcf1
system/the_silver_searcher: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-29 17:07:16 +07:00
..
README system/the_silver_searcher: New maintainer. 2021-10-29 17:07:16 +07:00
slack-desc system/the_silver_searcher: Fix slack-desc. 2016-11-14 16:47:23 +07:00
the_silver_searcher.SlackBuild system/the_silver_searcher: New maintainer. 2021-10-29 17:07:16 +07:00
the_silver_searcher.info system/the_silver_searcher: New maintainer. 2021-10-29 17:07:16 +07:00

README

the_silver_searcher (grep-like text search, but faster)

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!