New option --skip, just opposite of --force #64
princebhanwra
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when we rename, it halts the complete process if the destination filename exists for any case.
Yes, we have --force parameter to override the destination file. However, there is no option to skip erroneous cases and still continue with the reset.
i.e. we should have something like below
$renamer --find "/\(4\).jpg/g" --replace "(2).jpg" --skip --dry-run *
Beta Was this translation helpful? Give feedback.
All reactions