Powertoys: PowerRename: Scaling Options

Created on 29 Oct 2019  Â·  13Comments  Â·  Source: microsoft/PowerToys

  • Scaling
    The current PowerRename window does not scale, has no scaling option. Feature request, is to allow resizing of the window, especially useful if you are dealing with long file names.

The following have now been raise under separate requests.

  • Allow renaming of extensions
  • Trim start/end of file
  • Add options to remember regex used or a recent list
  • Change case
Idea-Enhancement Product-PowerRename Resolution-Fix-Committed

All 13 comments

Thanks for the suggestions. I'll add them to my list.

BTW - you can select Item Extension Only to have the rename only impact file extensions.

Nice.
Thanks, I missed the ext one :)

It would be possible to add fragments to an existing name at the beginning and at the end, rather than completely replacing it.

I'd love to be able to prepend/append text to the beginning/end of a filename. Today I use PowerShell to do it this way:

image

Prepend/append can be done with RegEx, here's an example for prepending:

Search: (.*).zip
Replace: MyZipPrefix_$1.zip

That doesn't seem to work for me. Can you show me what I'm doing wrong?

image

You need to check the "Use Regular Expressions" checkbox

Voting for the Scaling request, would be very useful for long filenames

This really needs to be broken into individual requests versus 5 in a single item. @mikeparkie since you filed the issue, do you mind or should i?

This really needs to be broken into individual requests versus 5 in a single item. @mikeparkie since you filed the issue, do you mind or should i?

Not a problem, just raised them and renamed this one so it's clearer.
Thanks

Resizing is already done and will be in the next release

If this is in already, I am adding it to the .14 release milestone. We can close it out too then.

Was this page helpful?
0 / 5 - 0 ratings