Jump to content

Hotkey + Mavericks Tag Search?


Recommended Posts

I'd love to create a workflow to open a Finder window with a specific (OS X Mavericks) tag selected. But how?

 

Any tips?

 

I don't know how much help you are looking for.. I don't want to give away too much in case you want to figure it out on your own but...

tell application "Finder"
	activate
	tell application "System Events"
		keystroke "f" using command down
		delay 0.5
		keystroke "tag:alfed"
		key code 76
	end tell
end tell

There's a start.. :) If you want more, let me know. Also, I made a workflow (file filter) for searching Mavericks tags if you want that instead?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...