Enhancement request: Rename multiple files to maintain a history
A collection of various tools
Brought to you by:
steveking
Originally created by: lauramal...@gmail.com
The function that lets you rename multiple files using regular expressions is extremely useful.
Sadly, it doesn't keep a history of all the patterns used.
For example, I rename pictures from my digital camera as follows:
IMG_0(.*).jpg to IMG_10$1.jpg since my camera has went back from 9999 to 0000 after 10,000 pictures taken.
But when I use the function to do another task, I lose my "standard" pattern.
It would be great to equip the function with a history field, from which one could select patterns used previously.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: jor...@gmail.com
Hi, I logged the enhancement request while logged into someone else's account. I noticed, that the history for each field is maintained somewhat. When you type into the field, it offers a selection of what you had typed before. You have to select the previous input from both fields, so a history with "from pattern1 to pattern2" would still be useful.