"Bookmarks" for Rename-tool

Have a suggestion for "Everything"? Please post it here.
Post Reply
NotNull
Posts: 5238
Joined: Wed May 24, 2017 9:22 pm

"Bookmarks" for Rename-tool

Post by NotNull »

Suggestion to save search+replace combinations in the Rename-tool as some sort of "bookmark".

Example: this thread.

I used that search/replace pattern before and wrote it down, but it would be easier to be able to save it as a "replace . with _" bookmark/ favourite and select that from a drop-down list for the next occasion.

On the other hand: I really like the current clean (yet powerful) layout ...
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: "Bookmarks" for Rename-tool

Post by void »

It is a little tricky as the old filename and new filename formats are generated.

The old filename and new filename could also be drop down lists with previous rename history?
The problem is an old 'new format' may not work with the current filenames.

What about a new feature to find and replace in filenames? -This could be built into the 'find in filenames' dialog currently in development.

An option to rename the stem only might be useful too? (ignore the extension)

Added to my TODO list:
multi-file rename bookmarks for common find and replace options.
find and replace text in filename dialog.
multi-file renamer option to ignore the extension.

Thanks for the suggestions.
NotNull
Posts: 5238
Joined: Wed May 24, 2017 9:22 pm

Re: "Bookmarks" for Rename-tool

Post by NotNull »

I had something in mind like this mock up (not exactly, but to give an impression):

Selecting "Replace . with _" would fill the Old Format: and New Format: fields with ... (still under debate in another thread ;))
(and check the Regex box if applicable)

RenameTool.PNG
RenameTool.PNG (15.75 KiB) Viewed 3562 times

EDIT:

Rename template. That was the word I was looking for all this time.
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: "Bookmarks" for Rename-tool

Post by void »

Thanks for the template suggestion.
I'll consider adding something like this.
Post Reply