Created
January 29, 2013 19:23
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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