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

Open Next/Previous should go in numerical order #16

Open
Hackswell opened this issue Jan 13, 2016 · 1 comment
Open

Open Next/Previous should go in numerical order #16

Hackswell opened this issue Jan 13, 2016 · 1 comment

Comments

@Hackswell
Copy link

"Open Next" and "Open Previous" should open the next file based on numerical value, not ascii value. i.e. v1.cbr should go to v2.cbr, not v10.cbr. Thanks!

-Ricardo!

@frnco
Copy link

frnco commented May 11, 2020

Should be pretty easy to batch-rename though: https://stackoverflow.com/questions/5417979/batch-rename-sequential-files-by-padding-with-zeroes

Especially using rename:

rename 's/\d+/sprintf("%04d",$&)/e' *.png

Considering this, I'm inclined to believe this should be pretty low on the priotity list. Though, having the workaround referenced here could probably be helpful for some people.

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

2 participants