summaryrefslogtreecommitdiffstats
path: root/system/the_silver_searcher/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/the_silver_searcher/README')
-rw-r--r--system/the_silver_searcher/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/system/the_silver_searcher/README b/system/the_silver_searcher/README
index 6c4de395db..d66635acef 100644
--- a/system/the_silver_searcher/README
+++ b/system/the_silver_searcher/README
@@ -1,6 +1,9 @@
-Ag is a code searching tool similar to grep and ack, but with a focus on speed.
+the_silver_searcher (grep-like text search, but faster)
-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!
+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!