Renaming files in Mac OS with Automator

Automator window with settings for renaming filesI needed to do some renaming of files in Mac OS – the files had forward slashes in the name but this was giving Dropbox and subsequently Windows some problems as that character isn’t allowed on Windows.

I found a quick Automator workflow that I was able to setup as a Service, so it is available by right-clicking on a file and selecting “Services” then selecting the name of the action I saved.

Thanks to the user [richarddas] over at Stack Overflow for sharing his knowledge there:
http://stackoverflow.com/questions/1662995/automator-script-to-rename-files-on-mac-os-x

 

The workflow:

I’ve set up a service called “Rename Items…” that can be run by selecting any item (or batch of items) in the Finder, right clicking, and then selecting Services > Rename Items…

This is useful as it will provide a small popup window when you perform the action, where you can choose whatever settings you want (for example, you can make the sequence sequential, replace text, add text, etc.)

In order to create something similar for yourself:

  1. launch Automator
  2. when prompted, choose the “Service” template.
  3. drag and drop the Rename Finder Items action to the workflow area on the right (you can find this action easily by typing ‘rename’ into the search bar in the upper left of Automator)
  4. you will be asked whether you want this service to duplicate files when they are renamed (preserving the originals) or just work on the files themselves (if you do this, your actions will not be undo-able)
  5. configure the action to whatever you want the default prompt to be (“Add Date or Time”, “Add Text”, “Change Case”, etc.) I have selected “Make Sequential” as my default, but you can do whichever you prefer.
  6. At the bottom of the action bubble, there are 3 small buttons (Results, Options, Description). Choose Options, and then tick the box that says “Show this action when the workflow runs”)
  7. Lastly, at the top of the Automator window, you must configure two dropdowns that specify what this Service will be active for. Set this to: “Service receives FILES OR FOLDERS in FINDER.APP”
  8. Save and you’re done. Select any file in the Finder now, and under the Services menu you will find your new service (under whatever name you gave when saving, eg. “Rename Items…”) Whenever you run this service, you will get a popup window that allows you to configure your renaming pattern.