I made the script up in response to a thread, so that might be what you are thinking of. I don't think anyone has asked about it directly until now.
As for your problem, I am a little unclear on what you mean. Are you saying that you want to enter some URLs into the third pane but it isn't working, or that when you try to select files you are only being given URLs to choose from? When I created the script, I tried to see if I could switch it around, but the limitations of Quicksilver's AppleScript handling don't allow that. Specifically, the get argument count handler only works with the process text handler, and so it only works when the first pane has text in it. Quicksilver processes files in the first pane when it sees the open handler in the script of the action, but get argument count doesn't apply to that. It'd be nice if it did. I suppose you could file a feature request for that on the issue tracker. On Monday, November 19, 2012 9:01:17 PM UTC-5, David Rees wrote: > > Sorry if this has been asked and answered. I could have sworn I saw a > thread on the Run command in shell with > arguments<http://qsapp.com/wiki/Run_command_in_shell_with_arguments> wiki > example, but I can't seem to find it now. > > I'm trying to use to do a simple command like diffmerge. I type diffmerge > in the first pane, choose the action in the 2nd, but in the 3rd my own > options are URLs. I can seem to select files at all. > > I'm also interested in how I can switch things around, files in 1st pane > (including Current Selection), script selection in 2nd pane, text command > in 3rd. > > Thanks, > dave > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.
