Camera batches
Turn files such as DSC_12345.JPG into project names with dates and sequence numbers without manually editing hundreds of names.
Bulk file renamer · local only
Drop files, build a rename rule, and see every new filename before anything changes. Download renamed copies as ZIP, or export PowerShell and Bash scripts to rename originals on your own computer.
Step 1
RenameDeck reads filenames and metadata in your browser. It does not upload file contents.
{name}{n}{date}{yyyy}{mm}{dd}Step 2
| # | Original | New name | Size | Status |
|---|
Why this exists
Turn files such as DSC_12345.JPG into project names with dates and sequence numbers without manually editing hundreds of names.
Normalize spaces, case, prefixes, suffixes, and numbering while catching duplicate output names before they become a mess.
Use ZIP when you need renamed copies, CSV when you need an audit trail, or shell scripts when you want local in-place renaming.
RenameDeck does not send files to an application server. Filename rules, preview generation, and ZIP creation happen in the browser.
On browsers that expose folder selection, relative paths are preserved in the preview and renamed ZIP.
No. The browser version creates renamed copies or scripts. Your originals stay untouched unless you deliberately run an exported script.