- Web based tool for quickly renaming extensions for batch files
- An extension of my renamer command line tool, I wanted a way to be able to quickly rename file extensions when working on photo editing. This site/tool was built to help ease the burden of renaming multiple files; this batches the operation and saves the files for the user.
git clone
this repositorycd file-renaming-site
and thennpm i
npm run dev
to start the local environment, local server will be on port 5173