There is no plugin for Leap that I know of. But if Leap supports
being controlled by Applescript, you could write a script to do what
you want. Probably something in the form of
on open thefiles
repeat with thisfile in thefiles
<whatever code is necessary to tell Leap to show the file.
See Leap's Applescript dictionary for information on how to do that.>
end repeat
end open
Figure out the necessary code, save your script in ~/Library/
Application Support/Quicksilver/Actions (create this folder if it does
not exist), and restart QS. Your spiffy new action will be ready and
waiting.
On Sep 11, 9:33 am, Dan <[EMAIL PROTECTED]> wrote:
> Leap (www.ironicsoftware.com/leap/index.html) is my new favorite
> Finder replacement. Is there going to be a Quicksilver plug-in to an
> item in Leap? How do I get Quicksilver's Reveal command to open a
> folder in Leap rather then the Finder?