-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature: Support renaming multiple files at the same time #8191
Comments
It been said that there arent going to implemnt a systems like this as PowerToy exsits with this feature. You can search for it on the MS store to get it. |
@Josh-65 this is a bit of a different request, File Explorer has support for renaming multiple files at the same time and it automatically appends a number to the end. I think we can do something similar in Files. |
File explorer only appends a number if the file's extensions are the same, if the files have different extensions the same name is applied without numbers. You can test this. |
I went to edit pictures today using this files app, and i thought oh no I cant just highlight multiple files and delete the tile to have it auto sequence the files like before, when i would build collections or just need to remove clutter, power tools isn't not a very efficent tool to use in this the default windows 11 file explorer does it perfectly, highlight multiple files hit rename, delete existing title, it's already highlighted, and see it work magic., 1 file 2 file 3 file 4 file, works perfectly to batch rename quickly. no right click and looking through menu for power tools rename feature only to have it pop up another window asking you to add or replace like the replace feature in a word document, so bad. we need this batch rename feature of windows 11 |
I also like multi-file rename features! On the case, I like putting media files on an USB disk for playback on a TV, but the filemanager in the TV is bad at exposing full filenames s.t.
is indistinguishable from the other episodes. For sensibility: |
I support this request strongly. I bumped on it several times already since I use Files. |
Aye, can agree this UX would be very nice. F2 on multiple equals "[NAME]+(1,2,3,etc) |
@QuintessentialForms thank you for your feedback, we understand your frustration and this is on our todo list to add. At the same time, we recommend using PowerToys by Microsoft which integrates with Files. Besides for having a powerful tool for bulk renaming, it has many other integrations for Windows which you might useful. |
…e same time We implemented the new functionality of renaming multiple items at the same time, so that way it is easier to do so. When the files have different extensions, the name stays the same, when it has the same extension, the name has a number attached to the end as it is requested int the issue. We did the behaviour to be similar to the Windows File Explorer. Co-authored-by: Rodrigo Leitao [email protected]
the same time We implemented the new functionality of renaming multiple items at the same time, so that way it is easier to do so. When the files have different extensions, the name stays the same, when it has the same extension, the name has a number attached to the end as it is requested int the issue. We did the behaviour to be similar to the Windows File Explorer. Co-authored-by: Rodrigo Leitao [email protected]
t the same time We implemented the new functionality of renaming multiple items at the same time, so that way it is easier to do so. When the files have different extensions, the name stays the same, when it has the same extension, the name has a number attached to the end as it is requested int the issue. We did the behaviour to be similar to the Windows File Explorer. Co-authored-by: Rodrigo Leitao [email protected]
t the same time We implemented the new functionality of renaming multiple items at the same time, so that way it is easier to do so. When the files have different extensions, the name stays the same, when it has the same extension, the name has a number attached to the end as it is requested int the issue. We did the behaviour to be similar to the Windows File Explorer. Co-authored-by: Rodrigo Leitao <[email protected]>
t the same time We implemented the new functionality of renaming multiple items at the same time, so that way it is easier to do so. When the files have different extensions, the name stays the same, when it has the same extension, the name has a number attached to the end as it is requested int the issue. We did the behaviour to be similar to the Windows File Explorer. Co-authored-by:Rodrigo Leitao <[email protected]>
t the same time We implemented the new functionality of renaming multiple items at the same time, so that way it is easier to do so. When the files have different extensions, the name stays the same, when it has the same extension, the name has a number attached to the end as it is requested int the issue. We did the behaviour to be similar to the Windows File Explorer. Co-authored-by:Rodrigo Leitao <[email protected]>
t the same time We implemented the new functionality of renaming multiple items at the same time, so that way it is easier to do so. When the files have different extensions, the name stays the same, when it has the same extension, the name has a number attached to the end as it is requested int the issue. We did the behaviour to be similar to the Windows File Explorer. Co-authored-by: Rodrigo Leitao <[email protected]>
t the same time We implemented the new functionality of renaming multiple items at the same time, so that way it is easier to do so. When the files have different extensions, the name stays the same, when it has the same extension, the name has a number attached to the end as it is requested int the issue. We did the behaviour to be similar to the Windows File Explorer. Co-authored-by: Rodrigo Leitao <[email protected]>
The problem with mass renaming (A) is the different file types (B & C). They are then always started with one or even number 1 and consecutive numbering is not possible with different file types. Unfortunately, according to my experience, this is also not possible with PowerToys. By the way with files a mass renaming is with the version 3.6.0.0 not possible (D see attachment). |
We're currently working on basic support for bulk renaming. At this stage, the feature will only allow you to change file names. Please note that advanced functionalities, such as changing file extensions or performing find & replace operations, are not planned at this time. |
What's the Problem?
Only one file can be renamed at the same time.
Solution/Idea
The text was updated successfully, but these errors were encountered: