Skip to content

Batch Rename for marked files #3

@senatov

Description

@senatov

Rename multiple marked files using a pattern (e.g. Photo_{N}.jpg, Document_{date}.pdf).

Context: Multi-selection is already implemented (Cmd+Click, Shift+Click, Insert key). The filesForOperation() API returns all marked files. This feature adds a rename dialog that applies a pattern to all of them.

Relevant files:

  • MultiSelectionManager.swift — manages marked files
  • MultiSelectionState.swiftfilesForOperation() API
  • FileActionsHandler.swift — dispatches file actions
  • FileOperationExecutors.swiftperformRename()

Difficulty: ⭐⭐

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions