On Oct 29, 8:59 am, Chris Cairns <[EMAIL PROTECTED]> wrote:
> I want to set up a trigger which when executed, presents me QS text  
> box to type in my search query and then takes action "Spotlight in  
> Command". Is it possible?

How about setting a trigger to run this applescript
display dialog "Enter Spotlight query" default answer "" buttons
{"OK", "Cancel"} default button 1
copy the result as list to {query, button_pressed}
do shell script "mdfind " & query & " | qs"

Note: You'll need the Terminal plugin installed to use this

Reply via email to