Skip to content

Conflict resolution by renaming in reverse #90

@mavhc

Description

@mavhc

Give a list of files
file01
file02
file03

and a wish to increase the number on each by 1

file02
file03
file04

using

f2 -f "file\d\d" -r "file{2%02d}" -l 1

it fails due to conflicts, it can't rename file01 to file02 because file02 exists

However this would work if file03 was first renamed to file04

Is this possible to do now/add as a feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions