Multiple 'advanced rename' operations in a row?

I've been running quite a lot of consecutive 'find and replace' rename operations lately, and it's driving me nuts that after each one is applied, I have to re-select the appropriate files, open the 'advanced rename' dialog, switch to 'find and replace', then put together the next argument.

Is there any way to simply apply a 'find and replace' rename operation without closing the dialog, then immediately perform a new one on the same files?

I just wanted to ask before I submit a request, just in case I'm missing something obvious :slight_smile:

You can streamline things by creating a button which runs this:

@nodeselect Rename ADVANCED PRESET=findrep

Then just click it again to do another find & replace on the same set of files.

The only real annoyance is that it opens with focus on the new name so you have to click or Shift-Tab back to the old name field.

Another way to do it, which is more technical to setup, is with a rename script which does multiple find & replaces in one go. (Script to perform multiple Regular Expressions would make a good starting point as it does almost that already.)