I have a shell script that deletes exif data from images.
I would like to right-click the folder with the images and execute the command from the context menu.
How can I do this?
The Shell script is:
exiftool -all= -overwrite_original test
where test is the dir with the images
exiftool
might be able to take multiple files & folders. As for step 3, restricting the service to Finder.app doesn't really matter -- what other app do you select files & folders in? BTW, one limitation of this is that the Run Shell Script action doesn't do a very good job of error reporting, so if anything can go wrong, the script should take care of its own reporting. – Gordon Davisson Nov 18 '10 at 17:10