Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save monsieuroeuf/f916964421186e9c9e91 to your computer and use it in GitHub Desktop.
Save monsieuroeuf/f916964421186e9c9e91 to your computer and use it in GitHub Desktop.
Send the front Finder window to Launchbar.
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