-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New+ - can we input a variable when creating folders? #35287
Comments
+1 |
Maybe things like this, can be implemented through autorunning a macro aptly named inside the folder. Also, some auto-integers could be added, like a sortable date. So if I have a "yyyymmdd - Project" folder, it could become "20241007 - Turkish Project" |
I like that idea too. At least we've given the developers something to think about. |
I think this feature is partly implemented already by PowerRename after 0.73 (see #3814 for reference), where such system works with a Regex form-factor. Maybe it is simple enough to port/abstract from? |
Thank you for the feedback and idea! Currently working on this. This might never ship but hope to have this included after New+ Windows 10 support potentially lands in an upcoming PowerToys release. Working on adding support for:
Example: Filename would become: If you have further ideas/feedback, please share! Thank you again! |
Description of the new feature / enhancement
Rather than just duplicating the folder names in the templates area, can New+ be enhanced to allow a variable name to be added at the beginning or end of each folder? So for example, if I have a folder called "Project", it would allow me to enter a variable name called "Holiday in Turkey" and the resultant folder would be "Holiday in Turkey Project". This variable should also propogate to any sub folders underneath "Project". e.g. "Project has sub folders called JPG, RAW and Finished, each of them would have the variable appended or prepended to them to make them unique.
Scenario when this would be used?
I would otherwise end up with a lot of folders with the same name and would need to edit them to make them unique.
Supporting information
See above.
The text was updated successfully, but these errors were encountered: