Skip to content

Commit

Permalink
Updated README for case insensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed May 22, 2021
1 parent c3ef293 commit cd6f57a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ file renamer or with a complex regular expression for matching and replacement.
RR.exe file-match search replace [/p] [/r] [/f] [/e] [/files] [/dirs]
/p: pretend (show what will be renamed)
/r: recursive
/c: case insensitive
/f: force overwrite if the file already exists
/e: preserve file extensions
/files: include only files
Expand Down Expand Up @@ -52,12 +53,12 @@ Rename files and directories
# Version History

* v1.0 - 2012-01-30: Initial release
* v1.1 - 2012-12-15: Added /r option
* v1.2 - 2013-05-11: Allow /p and /r options before or after main arguments
* v1.3 - 2013-10-23: Added /f option
* v1.4 - 2018-04-06: Added /e option (via Marcel Peeters)
* v1.1 - 2012-12-15: Added `/r` option
* v1.2 - 2013-05-11: Allow `/p` and `/r` options before or after main arguments
* v1.3 - 2013-10-23: Added `/f` option
* v1.4 - 2018-04-06: Added `/e` option (via Marcel Peeters)
* v1.5 - 2020-07-02: Added support for directories, added length-check (via Alec S. @Synetech)
* v1.6 - 2021-05-22: Added /i support for case insensitivity (via Alec S. @Synetech)
* v1.6 - 2021-05-22: Added `/c` support for case insensitivity (via Alec S. @Synetech)

# Credits

Expand Down

0 comments on commit cd6f57a

Please sign in to comment.