Hey HN,<p>I built Smart Bulk Renamer to bulk rename files on Google Drive, Dropbox, OneDrive, or even local files directly from your browser. The idea came after I noticed many users on Dropbox forums were searching for a tool to automate file renaming. I expanded it to include Google Drive, OneDrive, and local files for broader utility.<p>The tool leverages the non-standard FileSystemHandle.move API [1] to rename local files, so the local file renaming currently only works on Chromium-based browsers.<p>Smart Bulk Renamer is heavily inspired by the Mac app "Name Mangler" [2].<p>You can try it without creating an account, and I’d love to hear your feedback!<p>[1] <a href="https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/API/FileSystemH...</a>
[2] <a href="https://manytricks.com/namemangler/" rel="nofollow">https://manytricks.com/namemangler/</a>