summaryrefslogtreecommitdiffstats
path: root/system/the_silver_searcher/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2013-12-03 08:35:51 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-03 08:35:51 +0700
commitff9fbb264cab7d606831f7cbf2c3cbb69038d782 (patch)
treeb4801a822a63f5c2c9eba2e104d213339fe935c1 /system/the_silver_searcher/README
parentbeecc7b7ac63bcc4ee36b78e37a89efced0115de (diff)
downloadslackbuilds-ff9fbb264cab7d606831f7cbf2c3cbb69038d782.tar.gz
slackbuilds-ff9fbb264cab7d606831f7cbf2c3cbb69038d782.tar.xz
system/the_silver_searcher: Added (grep-like text search, but faster).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/the_silver_searcher/README')
-rw-r--r--system/the_silver_searcher/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/the_silver_searcher/README b/system/the_silver_searcher/README
new file mode 100644
index 0000000000..2705258fc4
--- /dev/null
+++ b/system/the_silver_searcher/README
@@ -0,0 +1,6 @@
+Ag is a code searching tool similar to grep and ack, but with a focus on speed.
+
+Ag searches code about 3–5× 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!