Removing Spotlight Comments

From your noodle to other noodles. Talk about ways to get the most from Hazel. Even exchange recipes for the cool rules you've thought up. DO NOT POST YOUR QUESTIONS HERE.

Moderators: Mr_Noodle, Moderators

Removing Spotlight Comments Sat May 26, 2012 3:02 am • by sheader
Hey Group...

I use Hazel quite a lot and I am exploing new ways to improve my workflows...

Once thing I am perplexed with is the removing of spotlight comments...

Any ideas how I can do this in Hazel - or will it require some AppleScript voodoo??

Thanks
sheader
 
Posts: 1
Joined: Sat May 26, 2012 2:54 am

Re: Removing Spotlight Comments Tue May 29, 2012 3:23 am • by icaroferre
Hey mate,

Try this, it should work:

Image


I'm not an expert on Applescript, but it should work :D

PS: I'd guess that you should have posted this on the Support area since it's a question and etc, you know.
icaroferre
 
Posts: 1
Joined: Tue May 29, 2012 3:19 am

Re: Removing Spotlight Comments Mon Jun 04, 2012 5:23 pm • by Pe8er
You need to remove quotes around theFile — it's a variable. It should look like this:

Code: Select all
tell application "Finder" to set comment of file theFile to missing value
Pe8er
 
Posts: 21
Joined: Sun Nov 06, 2011 12:52 pm


Return to Tips & Tricks - DO NOT POST QUESTIONS