We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to use pre-defined patterns when renaming a file. This is especially nice for bulk renaming files.
e.g. [01, 02, 03]-spain.png could be used to rename all selected files counting from 01 to e.g. 120 (only one leading zero)
[01, 02, 03]-spain.png
${oldName} -> ${newName}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It should be possible to use pre-defined patterns when renaming a file. This is especially nice for bulk renaming files.
e.g.
[01, 02, 03]-spain.png
could be used to rename all selected files counting from 01 to e.g. 120 (only one leading zero)${oldName} -> ${newName}
)Related
The text was updated successfully, but these errors were encountered: