1.2 KiB
1.2 KiB
Quickstart – AI Rename Command
-
Preview AI suggestions before applying.
renamer ai --path ./photos --prompt "Hawaii vacation album"- Traverses
./photos(non-recursive by default) and sends the collected basenames torenameFlow. - Displays a preview table with original → suggested names and any validation warnings.
- Traverses
-
Adjust scope or guidance and regenerate.
renamer ai --path ./photos --recursive --hidden \ --prompt "Group by location, keep capture order"--recursiveincludes nested folders;--hiddenopts in hidden files.- Re-running the command with updated guidance regenerates suggestions without modifying files.
-
Apply suggestions non-interactively when satisfied.
renamer ai --path ./photos --prompt "Hawaii vacation" --yes--yesskips the interactive confirmation while still logging the preview.- Use
--dry-runto inspect output programmatically without touching the filesystem.
-
Undo the most recent AI batch if needed.
renamer undo- Restores original filenames using the ledger entry created by the AI command.