| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #20628 for Windows (#20667) | Andrey Makarov | 2022-10-28 | 1 | -1/+1 |
* | Implement Unix file regularity check (#20448) (#20628) | Andrey Makarov | 2022-10-25 | 1 | -1/+1 |
* | Validate `nimgrep` filter options not empty (#20562) | Andrey Makarov | 2022-10-14 | 1 | -13/+19 |
* | nimgrep: add `--inContext` and `--notinContext` options (#19528) | Andrey Makarov | 2022-09-14 | 1 | -71/+177 |
* | PCRE, nimgrep: add limit for buffer size (#18280) | Andrey Makarov | 2021-06-17 | 1 | -1/+4 |
* | update nimgrep documentation (#17415) | Andrey Makarov | 2021-03-23 | 1 | -100/+1 |
* | nimgrep: change 2 iterators to closure | Andrey Makarov | 2020-11-14 | 1 | -12/+14 |
* | Nimgrep improvements 2 (#15612) | Andrey Makarov | 2020-11-09 | 1 | -292/+1042 |
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -1/+1 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
* | Improve #12920 fix (#13958) | genotrance | 2020-04-12 | 1 | -3/+3 |
* | fix #13528 nimgrep --word now works better with operators (#13537) | Timothee Cour | 2020-03-02 | 1 | -1/+2 |
* | Fix single match output (#12920) | genotrance | 2019-12-17 | 1 | -0/+2 |
* | nimgrep improvements (#12779) | Andrey Makarov | 2019-12-05 | 1 | -97/+394 |
* | fix nimgrep color on posix #7591 (#12288) | Andrey Makarov | 2019-09-28 | 1 | -4/+12 |
* | nimgrep: introduce the --rex option | Andreas Rumpf | 2019-07-27 | 1 | -5/+12 |
* | nimgrep: fixes the -w option | Andreas Rumpf | 2019-07-27 | 1 | -1/+1 |
* | minor style changes | Araq | 2019-07-10 | 1 | -3/+3 |
* | nimgrep: be less annoying | Araq | 2019-05-24 | 1 | -2/+1 |
* | better default for nimgrep | Araq | 2019-05-22 | 1 | -2/+4 |
* | nimgrep: use standard regular expression syntax, not reExtended | Araq | 2019-01-13 | 1 | -1/+1 |
* | nimgrep: fixes #989 | Araq | 2019-01-13 | 1 | -1/+1 |
* | make more things compile without isNil | Araq | 2018-08-22 | 1 | -1/+1 |
* | nimgrep: count the number of matches | Andreas Rumpf | 2018-04-27 | 1 | -8/+11 |
* | nimgrep: add --filenames option | Andreas Rumpf | 2018-04-24 | 1 | -7/+14 |
* | [nimgrep] add option --oneline to keep file:line info when piping (#7592) | Timothee Cour | 2018-04-13 | 1 | -6/+12 |
* | Faster nimgrep (#6983) | Mathias Stearn | 2018-01-03 | 1 | -27/+19 |
* | make nimgrep compile without warnings | Andreas Rumpf | 2016-09-26 | 1 | -2/+2 |
* | fixes #4751 | Andreas Rumpf | 2016-09-12 | 1 | -2/+2 |
* | nimgrep version 1 | Araq | 2015-12-05 | 1 | -3/+11 |
* | renamed writeln to writeLine in tools | patrick dw | 2015-06-19 | 1 | -45/+45 |
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
* | updated nimgrep tool | Araq | 2014-09-10 | 1 | -6/+6 |
* | nimgrep compiles again | Araq | 2014-09-07 | 1 | -8/+8 |
* | posix.nim compiles again | Araq | 2014-08-29 | 1 | -3/+3 |
* | Changed tests and tools to use 'discard' statements instead of 'nil' for empt... | Clay Sweetser | 2014-02-15 | 1 | -1/+1 |
* | case consistency part 6 | Araq | 2013-12-28 | 1 | -3/+3 |
* | Fixed terminal module so that it doesn't raise an EOS exception when stdout i... | Dominik Picheta | 2013-06-22 | 1 | -0/+2 |
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
* | added terminal.isatty; nimgrep version 0.9 | Araq | 2012-04-06 | 1 | -6/+25 |
* | implemented incompleteStruct pragma; embedded debugger works with posix module | Araq | 2012-01-05 | 1 | -2/+2 |
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -2/+1 |
* | clean exit codes for all the tools | Araq | 2011-08-01 | 1 | -2/+7 |
* | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 1 | -2/+4 |
* | further steps for thread support; bootstrapping should require unzip C source... | Araq | 2011-05-16 | 1 | -5/+5 |
* | nimgrep: version 0.8 | Araq | 2011-02-03 | 1 | -17/+54 |
* | nimgrep --ext support | Araq | 2011-02-02 | 1 | -5/+14 |
* | nimgrep: support for multiple input files/dirs | Araq | 2011-02-02 | 1 | -6/+8 |
* | nimgrep: first working version | Araq | 2011-02-02 | 1 | -29/+97 |