mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/the_silver_searcher: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
30d3db41d3
commit
b1b1727e1a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +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
|
||||
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!
|
||||
|
|
|
@ -11,7 +11,7 @@ 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: Ag searches code about 3-5x 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!
|
||||
|
|
Loading…
Reference in a new issue