summaryrefslogtreecommitdiffstats
path: root/system/the_silver_searcher/slack-desc
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2013-12-03 02:35:51 +0100
committer Willy Sudiarto Raharjo2013-12-03 02:35:51 +0100
commitff9fbb264cab7d606831f7cbf2c3cbb69038d782 (patch)
treeb4801a822a63f5c2c9eba2e104d213339fe935c1 /system/the_silver_searcher/slack-desc
parentbeecc7b7ac63bcc4ee36b78e37a89efced0115de (diff)
downloadslackbuilds-ff9fbb264cab7d606831f7cbf2c3cbb69038d782.tar.gz
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/slack-desc')
-rw-r--r--system/the_silver_searcher/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/the_silver_searcher/slack-desc b/system/the_silver_searcher/slack-desc
new file mode 100644
index 0000000000..6ccfbb211b
--- /dev/null
+++ b/system/the_silver_searcher/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+the_silver_searcher: the_silver_searcher (grep-like text search, but faster)
+the_silver_searcher:
+the_silver_searcher: Ag is a code searching tool similar to grep and ack, but with a focus
+the_silver_searcher: on speed.
+the_silver_searcher:
+the_silver_searcher: Ag searches code about 3–5× faster than ack. It ignores file patterns
+the_silver_searcher: from your .gitignore and .hgignore. If there are files in your source
+the_silver_searcher: repo you don't want to search, just add their patterns to a .agignore
+the_silver_searcher: file. The command name is 33% shorter than ack!
+the_silver_searcher:
+the_silver_searcher: