How to rename a Service in Mac OS X Lion

I was playing around with Automator in Lion and had fun whipping up a few interesting services (miscellaneous scripts that can be run from the application menu). Inevitably, my first guess at what a service should be named is incorrect, so I’ve had to go though the process of renaming a few times. It isn’t hard, but it does require making some non-obvious tweaks. Here’s my process:

  1. Find the service under your home folder, ~/Library/Services.
  2. Right click on the service you want to modify, and choose Show Package Contents.
  3. In the window that opens, look into the “Contents” folder.
  4. You should see an info.plist file, which you can open in the text editor of your choice
  5. Change the existing string (in the NSMenuItem -> “default” section) to whatever you like.
  6. Save and close the file, and the new Service menu option should now be visible with the updated name.
Hope that helps!

No comments yet.

Leave a Reply