summary refs log tree commit diff stats
path: root/tools/nimgrep.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-281-1/+1
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-251-1/+1
* Validate `nimgrep` filter options not empty (#20562)Andrey Makarov2022-10-141-13/+19
* nimgrep: add `--inContext` and `--notinContext` options (#19528)Andrey Makarov2022-09-141-71/+177
* PCRE, nimgrep: add limit for buffer size (#18280)Andrey Makarov2021-06-171-1/+4
* update nimgrep documentation (#17415)Andrey Makarov2021-03-231-100/+1
* nimgrep: change 2 iterators to closureAndrey Makarov2020-11-141-12/+14
* Nimgrep improvements 2 (#15612)Andrey Makarov2020-11-091-292/+1042
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
* Improve #12920 fix (#13958)genotrance2020-04-121-3/+3
* fix #13528 nimgrep --word now works better with operators (#13537)Timothee Cour2020-03-021-1/+2
* Fix single match output (#12920)genotrance2019-12-171-0/+2
* nimgrep improvements (#12779)Andrey Makarov2019-12-051-97/+394
* fix nimgrep color on posix #7591 (#12288)Andrey Makarov2019-09-281-4/+12
* nimgrep: introduce the --rex optionAndreas Rumpf2019-07-271-5/+12
* nimgrep: fixes the -w optionAndreas Rumpf2019-07-271-1/+1
* minor style changesAraq2019-07-101-3/+3
* nimgrep: be less annoyingAraq2019-05-241-2/+1
* better default for nimgrepAraq2019-05-221-2/+4
* nimgrep: use standard regular expression syntax, not reExtendedAraq2019-01-131-1/+1
* nimgrep: fixes #989Araq2019-01-131-1/+1
* make more things compile without isNilAraq2018-08-221-1/+1
* nimgrep: count the number of matchesAndreas Rumpf2018-04-271-8/+11
* nimgrep: add --filenames optionAndreas Rumpf2018-04-241-7/+14
* [nimgrep] add option --oneline to keep file:line info when piping (#7592)Timothee Cour2018-04-131-6/+12
* Faster nimgrep (#6983)Mathias Stearn2018-01-031-27/+19
* make nimgrep compile without warningsAndreas Rumpf2016-09-261-2/+2
* fixes #4751Andreas Rumpf2016-09-121-2/+2
* nimgrep version 1Araq2015-12-051-3/+11
* renamed writeln to writeLine in toolspatrick dw2015-06-191-45/+45
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
* Fix typosFederico Ceratto2015-02-151-1/+1
* updated nimgrep toolAraq2014-09-101-6/+6
* nimgrep compiles againAraq2014-09-071-8/+8
* posix.nim compiles againAraq2014-08-291-3/+3
* Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-151-1/+1
* case consistency part 6Araq2013-12-281-3/+3
* Fixed terminal module so that it doesn't raise an EOS exception when stdout i...Dominik Picheta2013-06-221-0/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* added terminal.isatty; nimgrep version 0.9Araq2012-04-061-6/+25
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-2/+2
* year 2012 for most copyright headersAraq2012-01-021-2/+1
* clean exit codes for all the toolsAraq2011-08-011-2/+7
* bugfixes; added events module, sequtils moduleAraq2011-07-261-2/+4
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-5/+5
* nimgrep: version 0.8Araq2011-02-031-17/+54
* nimgrep --ext supportAraq2011-02-021-5/+14
* nimgrep: support for multiple input files/dirsAraq2011-02-021-6/+8
* nimgrep: first working versionAraq2011-02-021-29/+97