mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e1e2e860bc
- Use a more user-friendly site in pkg-descr. - Remove OPTIONS, upstream does not ship completion files anymore. Please note that ack2 is slightly incompatible with some options present in ack1, see http://beyondgrep.com/ack-2.0/ for more information. PR: ports/178515 Submitted by: rakuco Approved by: perl (swills on IRC)
14 lines
430 B
Plaintext
14 lines
430 B
Plaintext
ack is a grep-like program with optimizations for searching through large
|
|
trees of source code.
|
|
|
|
Key improvements include:
|
|
|
|
* Defaults to only searching program source code
|
|
* Defaults to recursively searching directories
|
|
* Ignores blib directories.
|
|
* Ignores source code control directories, like CVS, .svn and _darcs.
|
|
* Uses Perl regular expressions
|
|
* Highlights matched text
|
|
|
|
WWW: http://beyondgrep.com/
|