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

Alternative approach #4642

Closed
hjrb opened this issue Jul 1, 2020 · 2 comments
Closed

Alternative approach #4642

hjrb opened this issue Jul 1, 2020 · 2 comments
Labels
Product-PowerRename Refers to the PowerRename PowerToy Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@hjrb
Copy link

hjrb commented Jul 1, 2020

A long time ago I also did an small tool for renaming files. I also thought about implementing some sophisticated search and replace. But then it came to my mind that 1.) there is always too many exceptions and using rules is too unhandy 2.) a good text editor already has all these sophisticated features already build in
1.) So my idea: take the list of selected files or all files from Windows Explorer
2.) Open an UI with a powerful text editor, e.g. the Avalon editor control is great!
3.) Each file name is one line. Can't add lines or delete lines
4.) Edit the file names using the editor and all the power of a great editor.
5.) When saving apply the new file names.
That would turn out much more useful.
6.) Prio B: implement a file preview pane. When selecting a file name show a preview of the file. This is espacially useful when changing the automatically created names of images from a camera.

@ghost ghost added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Jul 1, 2020
@themisir
Copy link

themisir commented Jul 1, 2020

I created an app that does exactly what you write. Here's link to the source code: TheMisir/power-rn.

@enricogior
Copy link
Contributor

@hjrb
duplicate of #3454
Feel free to add you comments there.
Thanks.

@enricogior enricogior added Product-PowerRename Refers to the PowerRename PowerToy Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product-PowerRename Refers to the PowerRename PowerToy Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants