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

PowerRename: 'Apply to' option for files with compound extensions #30003

Open
randName opened this issue Nov 24, 2023 · 0 comments
Open

PowerRename: 'Apply to' option for files with compound extensions #30003

randName opened this issue Nov 24, 2023 · 0 comments
Labels
Idea-Enhancement New feature or request on an existing product Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Product-PowerRename Refers to the PowerRename PowerToy

Comments

@randName
Copy link

Description of the new feature / enhancement

Currently the options do not understand files with compound extensions e.g. *.tar.gz, *.test.ts
image

my suggestion would be to have a set of options that sees only the first part as the filename, so the options will be:

  • Filename + extension
  • Filename only
  • Extension only
  • Filename only (base)
  • Extension only (base)

this is an alternate solution to #9755 that works for me, possibly related to #14494

Scenario when this would be used?

given the files

id_foo.test.ts
id_bar.test.ts
id_baz.test.ts

I want to get

FOO.test.ts
BAR.test.ts
BAZ.test.ts

the desired workflow would be to do this
image

but test is being uppercased.

Supporting information

No response

@randName randName added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Nov 24, 2023
@davidegiacometti davidegiacometti added Idea-Enhancement New feature or request on an existing product Product-PowerRename Refers to the PowerRename PowerToy labels Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-Enhancement New feature or request on an existing product Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Product-PowerRename Refers to the PowerRename PowerToy
Projects
None yet
Development

No branches or pull requests

2 participants