Skip to content

Instantly share code, notes, and snippets.

@mdutkin
Created May 29, 2018 19:31
Show Gist options
  • Save mdutkin/4cb42f95479a3171a1506f2387495dec to your computer and use it in GitHub Desktop.
Save mdutkin/4cb42f95479a3171a1506f2387495dec to your computer and use it in GitHub Desktop.
apple script to switch to Finder window and open new one
on run {input, parameters}
tell application "Finder"
activate
make new Finder window to home
end tell
return input
end run
@mdutkin
Copy link
Author

mdutkin commented May 29, 2018

in system preferences -> keyboard -> shortcuts -> services you add new service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment