Files
Nim/tools
Andrey Makarov 5db181f377 Nimgrep improvements 2 (#15612)
* 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
2020-11-09 09:19:06 +01:00
..
2020-10-10 07:04:57 +02:00
2019-10-31 11:13:32 +01:00
2016-02-17 14:52:02 +01:00
2019-12-17 11:30:01 +01:00
2020-11-09 09:19:06 +01:00
2017-03-17 08:29:52 +01:00
2017-01-06 13:11:17 +01:00
2019-03-31 08:36:04 +02:00