New renaming featues

Hi

I've tried to use

Ctrl + L lower-case all
Ctrl + U upper-case all
Ctrl + W capitalize all words
Ctrl + P capitalize first word

I love it so far - Ctrl + L to convert all to lower-case (incl. file extension), then Ctrl + W to capitalize all words ... but

it capitalizes also the file extension :frowning: ...

Any idea how I can capitalize the file name (without extension) & the file extension into lower case?

I know I can use the renaming tool with regex, but sometimes (often) there is only one file and this would be much faster ... :slight_smile:

Oh,

I found it - when I only use the selected part then it works only for the selected part (which is default without file extension).

Thanks!

It would be even better if there could be code to automatically do this after manually selecting the files in question. For example

edit "filename" ctrl U

onto a toolbar button and all you do is select the files and click the button. The only problem here is I don't know how this would work if you select multiple files.

I would love to see the proper syntax for such a custom button for this action.

Have a look at the syntax for the Rename command. It already includes a case argument which allows things like (which work fine with multiple files selected):

Rename CASE=upper