Actually, one can also process files using Applescripts as QS actions. The script just needs to take the following form:
on open these_items (* Your script to do things with the files selected in QS's fist pane goes here *) end open You might want to update the manual with this, Howard. On Apr 29, 10:42 pm, Hagure <[EMAIL PROTECTED]> wrote: > I'm not exactly sure if this helps, but you can put applescripts that > accept text as input, and put it into the "~/Library/Application > Support/Quicksilver/Actions" folder. > Other than that, I don't know of any other way you can use applescript > w/QS > > On Apr 26, 12:42 pm, Andrew Berry <[EMAIL PROTECTED]> wrote: > > > Is there a way to submit a plain applescript so it shows up in the > > plugins list? One of the things I really like about QS is that it > > really makes it easy to run a script, and I imagine I'm not the only > > one who's written something useful. So if there's a place to submit > > that sort of content, could someone let me know where it is? > > > Thanks, > > --Andrew
