Skip to content

Instantly share code, notes, and snippets.

@ClarkGoble
Created January 29, 2013 19:23
Show Gist options
  • Save ClarkGoble/4666874 to your computer and use it in GitHub Desktop.
Save ClarkGoble/4666874 to your computer and use it in GitHub Desktop.
Gets path to front Finder window. I use this with Keyboard Maestro to type the path whenever I type ]fwin anywhere.
tell application "Finder" to get quoted form of POSIX path of (target of front Finder window as text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment