A command-line bulk renaming utility. https://code.ivysaur.me/rren2
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 7fc02570c5 commit all archived files 2017-04-23 00:00:00 +00:00
dist-archive commit all archived files 2017-04-23 00:00:00 +00:00
.legacy-codesite.toml initial meta commit 2017-04-04 00:00:00 +00:00
README.md commit all archived files 2017-04-23 00:00:00 +00:00

README.md

rren2

A command-line bulk renaming utility.

This is a cross-platform successor to the rren project, with largely the same usage parameters, because the original was written against obsolete TR1 libraries and against windows-specific APIs.

Usage

Usage:
   rren -e|-r MASK FIND REPLACE

Flags:
   -e      Treat FIND and REPLACE as regular expressions.
           This version of rren uses the PCRE engine.
   -r      Treat FIND and REPLACE as raw strings.
   --help  Display this message

Changelog

2017-04-23

  • Initial public release

2017-04-05 2.0

2017-04-04

  • Project began