Button to perform Last Rename

Is there a way to make a button that when clicked preforms the last rename operation on the currently selected files?

With Opus 12.3 or above:

  • Immediately apply the previous rename operation, without opening the Rename dialog:

    Rename PRESET=!last

  • Open the Rename dialog configured for the previous rename operation, without changing any files yet, so you can inspect or modify what will happen first:

    Rename PRESET=last

See also: Rename command arguments.

1 Like

Thank you!