slackbuilds/system/the_silver_searcher
B. Watson baf7c953a5 system/the_silver_searcher: Update email address.
Signed-off-by: B. Watson <urchlay@slackware.uk>
2022-06-09 13:19:33 -04:00
..
README
slack-desc
the_silver_searcher.SlackBuild system/the_silver_searcher: Update email address. 2022-06-09 13:19:33 -04:00
the_silver_searcher.info system/the_silver_searcher: Update email address. 2022-06-09 13:19:33 -04: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!