diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 18:23:18 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 18:23:18 -0800 |
| commit | d31d2e89850d3132850e0f2e1ce6d973bd482073 (patch) | |
| tree | 654739b075372bbe55b4082b2c77d7e70813e7fb /README.md | |
| parent | 87ad1efc24521c0a17c1d8d627518f1eb9f4fa4f (diff) | |
Added interactive confirmation mode for replacing text
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ It's written in pure C with no dependencies. * `-v` `--verbose` print verbose debugging info * `-i` `--ignore-case` perform a case-insensitive match * `-I` `--inplace` perform replacements or filtering in-place on files +* `-C` `--confirm` during replacement, confirm before each replacement * `-e` `--explain` print an explanation of the matches * `-j` `--json` print matches as JSON objects * `-l` `--list-files` print only filenames containing matches |
