mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
161ff08a60
- Update WWW Approved by: portmgr blanket
14 lines
431 B
Plaintext
14 lines
431 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: https://beyondgrep.com/
|