Skip to content
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

Can you add a feature to change file names? #282

Open
theairbud opened this issue Aug 21, 2021 · 3 comments
Open

Can you add a feature to change file names? #282

theairbud opened this issue Aug 21, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@theairbud
Copy link

I love that you can bulk rename the contents of files, but can you also add a feature to be able to bulk rename the file names themselves? Thank you!

@stefankueng stefankueng added the enhancement New feature or request label Aug 31, 2021
@WebMechanic
Copy link

Best Tool for that job "Flexible Renamer", am using this for years.

UNICODE file/folder renaming utility, which can use Wildcard or Regular-Expression, Tag-information (MP3, EXIF) and script (vbs/js).
https://hp.vector.co.jp/authors/VA014830/english/FlexRena/

It's a bit dated but works fine on Win10/x64. Just give it a go.

@kirkw
Copy link

kirkw commented Feb 18, 2022

I do this quickly enough.
Find everything
SELECT ALL the items [In File View] (Copy FileNames)

paste into NotePad++
from first column, Shift+ALT+{DOWN}
For all of the first lines, type "REN " (it appears in front of every line, ignore quotes)

Use same technique on the other file (buffer), after renaming with search/replace.

Copy using the same technique (column copy).
And paste paste the end of the longest line position, on line 1

I usually paste ONE line into a CMD window. If it works, I replace the rest!

Sidenote. What if the filenames need to be Quoted... Easiest way.
Create enough blank lines at the top of the file.
Use the Alt+Shift+{DOWN} to be at the front, and type "" (you get a quote quote on each line).

Now go down and SELECT the filenames below using that same ALT+SHIFT technique.
Go to the furthest end to get everything.

Go up in between the first two Quotes... And paste. It should paste it WITHOUT extra spaces at the end.
(Does for me).

Now, copy that somewhere else, and RENAME inside of the selection, for example.
Now select using the Alt+Shift trick. And paste the end of the first line (really far out, not to hit one of the other lines)

That's the general trick.

The other technique I use is Excel.
2 Columns, and in 3rd column I create the RENAME command, using a formula that quotes the fields...

@WebMechanic
Copy link

sounds rather tedious to me :D
I still highly recommend "Flexible Renamer", it's free and has many other ways to rename files and folders en masse, incl. a scripting interface so you can literally do anything based on the files and their (meta) data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants