repren
Verified for current stable LTS
Repren Commands
Repren command syntax with verified terminal examples.
Commands
5 commands for Repren
repren Search
Repren Command: Case Insensitive Rename With Pattern File
repren --rename -i -p <path/to/patfile.ext> * repren Search
Repren Command: Dry Run Rename Jpeg Files Regex
repren --rename -n --from '<regex>' --to '<replacement_string>' <*.jpg> <*.jpeg> repren Search
Repren Command: Dry Run Rename Png Files Literal String Replacement
repren -n --rename --literal --from '<find_string>' --to '<replacement_string>' <*.png> repren Search
Repren Command: Find Replace Csv File Contents
repren --from '<([0-9]+) example_string>' --to '<replacement_string \1>' <*.csv> repren Search
Repren Command: Find Replace Rename Using Pattern File
repren -p <path/to/patfile.ext> --full <*.txt> Suggest a Repren Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Repren workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.