Forge Miniv1.1.0Feature Complete

Safe Bulk Rename Planner

Repair formatting and add visual per-file selection, Unicode/case collision review, interruption journals and read-only recovery inspection.

v1.1.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.1.0 behavior.
  • People who prefer an open-source release with visible limitations, source, and license terms.

Intended result

Repair formatting and add visual per-file selection, Unicode/case collision review, interruption journals and read-only recovery inspection.

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

Features in v1.1.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

What changed in v1.1.0

Repair formatting and add visual per-file selection, Unicode/case collision review, interruption journals and read-only recovery inspection.

rename-plan ./files --match ' ' --replace '-' --output plan.json --html review.html

--exclude omits an exact relative source name. The local HTML review can uncheck files and download a selected manifest; --apply-manifest applies that reviewed input only after fresh collision and content-hash checks. Unicode NFC/case-fold collisions are rejected and original directories are preserved. CLI apply/undo creates a new journal beside the manifest, or uses --journal with a new path. The journal records every planned temporary path before changes and advances after staging/commit. --inspect-recovery JOURNAL compares current source/temporary/target hashes without moving anything, including a crash between a move and its journal update. Interrupted recovery remains an explicit human-reviewed operation. Existing manifests/reports/journals are protected.

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.1.0, published 2026-09-07.

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.1.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: d731a6681bf5aa8c.