Forge Miniv1.0.0Feature Complete

Safe Bulk Rename Planner

Preview collision-safe filename changes, apply only reviewed plans, and undo them through a hash-bound manifest.

v1.0.0Current release
MITSource license
3Supported platform groups
Files & ArchivesCatalog category

The problem it solves

Safe Bulk Rename Planner Safe Bulk Rename Planner previews regular-expression filename changes, rejects collisions and unsafe destinations, and can produce a hash-bound JSON manifest before anything moves. Applying a reviewed plan uses two-phase renames, and the same manifest can undo the operation while the files still match their recorded content.

Who Safe Bulk Rename Planner is for

  • People who need a small, purpose-built utility instead of a broad platform.
  • Users working with files, rename, preview who want the documented v1.0.0 behavior.
  • People who prefer an open-source release with visible limitations, source, and license terms.

Intended result

Preview collision-safe filename changes, apply only reviewed plans, and undo them through a hash-bound manifest.

This summary is reconciled from the current catalog and repository documentation.

Features in v1.0.0

Capabilities below come from the current project README and release documentation.

01

Safe Bulk Rename Planner previews regular-expression filename changes, rejects collisions and unsafe destinations, and can produce a hash-bound JSON manifest before anything moves. Applying a reviewed plan uses two-phase renames, and the same manifest can undo the operation while the files still match their recorded content.

Verified examples

Screenshots are shown only when the current README references a local source image. Otherwise, repository example files are linked directly.

Verified release evidence

This project does not currently publish a screenshot or dedicated example folder. The current README, tests, changelog, tagged release, and source repository remain the verified examples of its behavior.

Platforms and implementation

The public release claims only the cataloged platforms and technologies.

Supported platforms

  • Windows
  • macOS
  • Linux

Built with

  • Python

Quick start

The shortest documented path into the current release.

Preview spaces changing to dashes:

rename-plan "C:\Downloads\Review" --match "\s+" --replace "-"

Save and apply the reviewed plan:

rename-plan "C:\Downloads\Review" --match "\s+" --replace "-" --output rename-manifest.json --apply
rename-plan --undo rename-manifest.json

Preview is the default. --apply is refused without an output manifest. The planner handles files only, ignores symbolic links, keeps each rename in its original directory, and supports --recursive when explicitly requested.

Current limitations

These boundaries are part of the product and prevent the page from implying unverified capability.

  • Existing targets, duplicate destinations, path separators, and traversal attempts are rejected before any rename.
  • File size and SHA-256 must still match before apply or undo.
  • The manifest records filenames and hashes; treat it as local operational data when names are sensitive.
  • The tool does not rename directories, edit file contents, transliterate text, or guess naming rules.
  • An operating-system or hardware failure during a rename can still require recovery from backup.

Privacy and licensing

Review the actual data boundary before using a tool with sensitive inputs.

Privacy and safety

No privacy behavior beyond the current repository documentation is claimed. Review the source, security policy, and input/output behavior before using sensitive material.

License and release

Safe Bulk Rename Planner is published under MIT. The current cataloged release is v1.0.0, published 2026-07-19.

Related projects

Related projects are selected deterministically from shared catalog tags, category, and implementation technologies—not popularity or paid placement.

Current public release

Safe Bulk Rename Planner v1.0.0

Use the tagged release for downloads and release notes. Use the repository for source, issues, contribution guidance, security reporting, and complete documentation.

Page source: current Forge catalog plus README and CHANGELOG from the canonical local repository. Fingerprint: 28ebfcf7d3777e60.