> Le 26 mai 2015 à 19:56, Rob McBroom <[email protected]> a écrit : > > And finally, there are droplets, which I forget how to set up, but basically, > it’s a small application that runs a QS action on whatever you open with it. > (The name assumes you’ll drop the file on the app, but I’m guessing it > doesn’t matter how you open a file with it, so AppleScript is probably an > option.)
You build them using the Droplet Item proxy in the first pane, choose your action in the second pane, encapsulate and save as a command somewhere. Except they raise an exception when actually run : 27/05/2015 15:16:27,375 QSDroplet[12455]: [NOTE: this exception originated in the server.] [NOTE: this exception originated in the server.] *** Object does not implement or has different method signature for selector 'isTransient' > Le 27 mai 2015 à 13:33, 1.61803 <[email protected]> a écrit : > > On Tuesday, May 26, 2015 at 7:56:23 PM UTC+2, Rob McBroom wrote: >> You can also save a command to a file instead of setting a trigger for >> it. If you open that file (which I assume you can do via AppleScript), >> it should run. > > I just tried the following and it's pretty straightforward > > tell application "Finder" to open POSIX file > "/Users/me/Desktop/MyCommand.qscommand" > > Can I somehow embed the qscommand in AppleScript? > > Is there any way to select a specific action on the second pane (like qs cli > tool does with files on the first pane)? Our AppleScript support is pretty much non-existent, so this is not possible currently. The next best thing would be Droplets but — as pointed out above — they're currently broken. Regards, Etienne Samson -- [email protected] -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
