Created
July 22, 2015 00:25
-
-
Save monsieuroeuf/f916964421186e9c9e91 to your computer and use it in GitHub Desktop.
Send the front Finder window to Launchbar.
This file contains hidden or 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" | |
set x to (folder of (front window)) as alias | |
set y to get POSIX path of (x as text) | |
end tell | |
tell application "LaunchBar" | |
set selection to y | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment