[MacTUG] "Add to Dock" in contextual menu FINALLY

Dani Roloson daroloso at mfcf.math.uwaterloo.ca
Thu Jul 15 14:05:33 EDT 2010


10.6 only
Automator
Service
Service receives selected files or folder in Finder
Run AppleScript action

on run {input, parameters}
	tell application "System Events"
		keystroke "t" using {command down, shift down}
	end tell
	return input
end run

Save as "Add to Dock"

Enjoy responsibly!


More information about the MacTUG mailing list