Rob's suggestions are good for the general case. If you have only a couple scripts that you want to execute in this way, you can also make them into actions directly by just putting them in ~/Application Support/Quicksilver/Actions. The behavior here is exactly what you want—no need to even modify the script.
On Friday, September 29, 2017 at 8:20:26 PM UTC-4, Hermann Klocker-Mark wrote: > > I want to execute a shell script with my current selection as a parameter > to a shell script. > > For example I select a word somewhere (like *monkey* e.g. in notepad) and > Quicksilver executes my own shell script (e.g. *tid.sh*) with the > selection as parameter, that would be a call > > tid.sh "monkey" > > *returning the result* to me. > -- 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 https://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
