1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/textproc/greple/pkg-descr
Hiroki Sato bcecbd8f51 Add textproc/greple and devel/p5-Getopt-EX, which greple depends on.
Greple is an egrep-like command-line tool which supports keyword search
in a way similar to popular WWW search engines in addition to regex.
2017-03-31 09:11:09 +00:00

9 lines
416 B
Plaintext

greple has almost the same function as Unix command egrep(1) but the
search is done in the manner similar to search engine. greple also
search the pattern across the line boundaries. This is especially
useful to handle Asian multi-byte text. Japanese text can be separated
by newline almost any place of the text. So the search pattern may
spread out on multiple lines.
WWW: https://github.com/kaz-utashiro/greple