Simple command-line file and directory renamer. Use a friendly and intuitive but powerful syntax (like regex, only much easier) to rename files and directories. Perform string, arithmetic, enumeration operations, insert timestamps...
Ever wished there was an easy way to rename files or directories quickly without having to struggle with clunky graphical interfaces? RenameWand can help you with that!
RenameWand is a simple command-line utility for renaming files or directories using an intuitive but powerful syntax. Perform string operations (e.g. case conversions, rearrangements of substrings), arithmetic operations (e.g. on numbers in the file name), insert running counters (e.g. for files sorted by name, size, time), insert date and time stamps, and many more with ease! RenameWand supports pattern matching using glob wildcards *, ?, [ ], and { }, as well as the special capturing group construct. RenameWand's pattern matching is backed by Java's Regular Expression matcher.