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

Order of filenames is not respect to explorer #52

Open
byzod opened this issue Nov 24, 2022 · 2 comments
Open

Order of filenames is not respect to explorer #52

byzod opened this issue Nov 24, 2022 · 2 comments

Comments

@byzod
Copy link

byzod commented Nov 24, 2022

Method 1: Type filenames directly via console

Method 2: Use send to to send filenames to massren (by throw a shortcut to C:\Users\{Username}\AppData\Roaming\Microsoft\Windows\SendTo)

Generated filename buffer from both methods above are different from the order in explorer, this cause problem for number renames

For example, I want to rename 1.txt, 2.txt...100.txt to tvr016.cfg, tvr017.cfg...tvr115.cfg

If the order remains the same, column edition+number pattern start from 016 is enough to do so

But this can't be done since the order of file names in massren buffer is 1.txt, 10.txt, 100.txt, 11.txt...99.txt which should be rename to tvr016.cfg, tvr025.cfg, tvr115.cfg, tvr026.cfg...tvr0114.cfg, this can't be done with one rename pattern

1

@laurent22
Copy link
Owner

I'd accept a PR for this if someone's interested in developing it

@urin
Copy link

urin commented Apr 21, 2023

There's an option moove written in Rust.

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

No branches or pull requests

3 participants