DOKK / manpages / debian 10 / nim / nimgrep.1.en
NIMGREP(1) User Commands NIMGREP(1)

nimgrep - Nimgrep

nimgrep - Nim Grep Utility Version 1.2

(c) 2012 Andreas Rumpf

nimgrep [options] [pattern] [replacement] (file/directory)*

find the pattern (default)
replace the pattern
pattern is a peg
pattern is a regular expression (default); extended syntax for the regular expression is always turned on
process directories recursively
confirm each occurrence/replacement; there is a chance to abort any time without touching the file
read pattern from stdin (to avoid the shell's confusing quoting rules)
the match should have word boundaries (buggy for pegs!)
be case insensitive
be style insensitive
only search the files with the given extension(s)
output will be given without any colours.
show file on each matched line
be verbose: list every processed file
find the pattern in the filenames, not in the contents of the file
shows this help
shows the version

https://github.com/nim-lang/Nim/issues

The nim-doc package.

February 2019 nimgrep 0.19.4-1