Stairways Software Icon

Stairways Software

Excellence In Software For Over Twenty Years – Only with a Mac

Open Finder Selection in Specific Application

Recently on the Keyboard Maestro User Group someone asked how to open the finder selection in a specific application. Keyboard Maestro does not have a direct action for this, but you can easily add an Execute AppleScript text action to do this. Here is a simple script to do this.

tell application "Finder" to set finderfiles to selection as list
set finderaliases to {}
repeat with i in finderfiles
    set a to i as alias
    set finderaliases to finderaliases & a
end repeat
tell application "BBEdit"
    activate
    open finderaliases
end tell

Posted Sunday, July 12, 2009. Permalink. Post a Comment.

Comments

Post Comment

Name: (optional)
URL: (optional)
Email: (optional, not published)
   
CAPTCHA: eight seven five six (required)
  To prove you are human, please enter the number as digits (ie, 1-9).
Comment:
  You can use some HTML tags such as <b>, <i>, and <a href="">.
We reserve the right to remove any offensive or inappropriate comments.
Due to spam issues, comments are initially invisible until we review them,
you can see them (background red) and we can see them, but no one else.

Comment Preview

None yet.

Buy Now

User Database

Stairways