How it works

Learn how RenamerX works, including the main surfaces, review-first workflow, item statuses, and when files actually change on disk.


Updated on May 10, 2026

How it works

RenamerX uses a review-first file workflow:

  1. Bring files into a workspace.
  2. Extract meaningful signals locally.
  3. Turn those signals into structured naming fields.
  4. Build a suggested name from a template.
  5. Change the file on disk only when you explicitly apply, or when a validated watch-folder rule auto-applies.

RenamerX generates suggestions first and writes to disk later.

End-to-end RenamerX workflow diagram showing intake, local extraction, structured fields, template-based suggestion, review, and Apply, Auto Apply, or Undo

Start with the main surfaces

Most of the app can be understood through four surfaces:

SurfaceWhat it is for
SidebarMove between Batch Rename, Watch Folders, Templates, and Preferences.
Workspace headerPick a template, add files or folders, search, filter, and run batch actions.
Results listReview statuses, compare original and suggested names, retry failures, ignore items, and select items for apply or undo.
Preview and detail areaInspect the currently selected file, its extracted context, and the suggestion before changing anything.

In Watch Folders, the same review model appears inside each folder's results dialog rather than in the main page body.

Main RenamerX window with callouts for the sidebar, workspace header, results list, preview panel, and entry points to Watch Folders and Preferences

The global workflow

1. Choose the naming rule

RenamerX starts with a template. The template decides which fields matter, their order, the separator, the date format, and whether organization logic is part of the final result.

2. Bring files into scope

Files enter the system in one of two ways:

At intake time, RenamerX adds supported files to the workspace and tracks original path, current path, status, metadata, and suggested output.

3. Extract information locally

RenamerX reads what it can from the file on your machine.

Depending on the file type, that may include:

  • Document text.
  • Embedded metadata.
  • Image metadata such as EXIF.
  • Video metadata and generated visual summaries.

4. Generate structured fields

AI does not decide the final filename format on its own. It extracts structured values such as date, subject, title, type, identifier, organization, or project.

In practice:

  • AI extracts meaning.
  • Templates control output structure.

5. Review or automate the suggestion

In Review First flows, you inspect and adjust the result before applying it.

In Auto Apply watch-folder flows, RenamerX still goes through the same extraction and suggestion logic, but the validated rule writes the result to disk automatically after suggestion generation.

6. Apply or undo

When you apply, RenamerX performs real filesystem changes one item at a time. Undo is also a real filesystem action because it restores the previous path and name.

When the disk actually changes

This is one of the key ideas for new users.

ActionDoes the file on disk change?What happens instead
Import files or foldersNoRenamerX adds supported files to the workspace and queues them for processing.
Extract content and generate suggestionsNoMetadata and suggested names are updated in the workspace only.
Edit a suggested filename manuallyNoThe suggestion changes in the workspace, not on disk.
Apply in Batch RenameYesRenamerX renames, and optionally moves, the selected files.
Review First results in Watch FoldersNoSuggestions wait in the results dialog until you apply them.
Auto Apply in Watch FoldersYesA validated watch-folder rule writes the change automatically.
UndoYesRenamerX restores the original path and name when possible.
Clear Batch WorkspaceNoBatch workspace records are deleted, but previously applied files stay changed until you undo them separately.

Statuses you will see

StatusWhat it means
PendingThe file is in the workspace and waiting for processing.
ExtractingRenamerX is actively reading the file and building structured fields.
SuggestedA suggested name is ready for review or for a later apply step.
AppliedA rename or move has already been written to disk.
FailedProcessing or apply failed, and the item needs review or retry.
CancelledA queued job was stopped before it completed.
IgnoredThe item was intentionally excluded from the current workflow.

Why Review First is the default trust model

RenamerX is designed for high-trust file work, so the default path is:

  1. Suggest first.
  2. Review second.
  3. Apply third.

Once you trust a template on real files, you can keep using Batch Rename for one-off work or move into Watch Folders and decide whether Review First or Auto Apply fits that folder.

Frequently Asked Questions