Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update nimgrep documentation (#17415) | Andrey Makarov | 2021-03-23 | 1 | -100/+1 |
| | | | | | | | * update nimgrep documentation * Update doc/nimgrep_cmdline.txt Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * nimgrep: speed up by threads and Channels * nimgrep: add --bin, --text, --count options * nimgrep: add --sortTime option * allow Peg in all matches including --includeFile, --excludeFile, --excludeDir * add --match and --noMatch options * add --includeDir option * add --limit (-m) and --onlyAscii (-o) options * fix performance regression introduced in nimgrep improvements #12779 * better error handling * add option --fit * fix groups in --replace * fix flushing, --replace, improve --count * use "." as the default directory, not full path * fix --fit for Windows * force target to C for macosx * validate non-negative int input for options #15318 * switch nimgrep to using --gc:orc * address review: implement cropping in matches,... * implement stdin/pipe & revise --help * address stylistic review & add limitations | ||||
* | 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 |
| | | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test | ||||
* | 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 sticky colors in styledWrite * nimgrep: context printing, colorthemes and other * add context printing (lines after and before a match) * nimgrep: add exclude/include options * nimgrep: improve error printing & symlink handling * nimgrep: rename dangerous `-r` argument * add a `--newLine` style option for starting matching/context lines from a new line * add color themes: 3 new themes besides default `simple` * enable printing of multi-line matches with line numbers * proper display of replace when there was another match replaced at the same line / context block * improve cmdline arguments error reporting | ||||
* | 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 |
| | | | through grep | ||||
* | Faster nimgrep (#6983) | Mathias Stearn | 2018-01-03 | 1 | -27/+19 |
| | | | | | * compile nimgrep with -d:release * nimgrep: only parse pattern once at startup | ||||
* | 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 ↵ | Clay Sweetser | 2014-02-15 | 1 | -1/+1 |
| | | | | empty blocks. | ||||
* | 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 ↵ | Dominik Picheta | 2013-06-22 | 1 | -0/+2 |
| | | | | is redirected. | ||||
* | 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 ↵ | Araq | 2011-05-16 | 1 | -5/+5 |
| | | | | sources and ./build.sh | ||||
* | 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 |
| | |||||
* | commit before ov-res changes | Araq | 2010-12-07 | 1 | -0/+191 |