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

Option for setting pattern for duplicate file names #61

Open
end2endzone opened this issue Oct 19, 2021 · 0 comments
Open

Option for setting pattern for duplicate file names #61

end2endzone opened this issue Oct 19, 2021 · 0 comments

Comments

@end2endzone
Copy link
Owner

A command line option should be created for setting the pattern for resolving duplicate file names.
The current implementation uses a pattern such as _[counter] (where [counter] is replaced by the next value of a counter) to prevent duplicates.

The default pattern should be specified as _### where ### is replaced by the next counter value.

The feature should also detect how many # is used for formatting. For example with the pattern _###, when the counter is 1, the output should be _001 (note the 3 digit formatting is preserved).

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

No branches or pull requests

1 participant