summaryrefslogtreecommitdiff
path: root/textproc/jrep
AgeCommit message (Collapse)AuthorFilesLines
2017-04-16Update to version 1.0.1cheusov3-11/+10
Documentation for option --exclude-from was added to man page. Fix escaping backslashes with modifier "n" of option -O.
2016-07-03Update to 0.6.1cheusov2-7/+7
Option -v now works correctly with multiple -e. Thanks to darkness@ for the report! Fix infinite loop when regular expression matches an emoty string.
2016-06-27Use ${FAKEHOMEDIR} as maven build root directorycheusov1-5/+5
2016-06-19Needs pod2man.joerg1-1/+2
2016-05-29jrep -- renamed jgrepcheusov4-0/+59
jrep is a command-line grep-like utility written in Java. Features: -- Java regular expressions (https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html) -- Support for RE2J (https://github.com/google/re2) -- POSIX options (excluding -E and -G) (http://pubs.opengroup.org/onlinepubs/009604499/utilities/grep.html) -- most GNU grep(1) options (https://www.gnu.org/software/grep/) -- Extensions over GNU grep(1): options -O, -2 and -8