There may be another method, but the easiest way I know is to install
the Command Line Tool (qs) plugin, and then make a script like this:

using terms from application "Quicksilver"
        on process text theString
                --insert commands here:
                do shell script "echo " & theString & " | qs"
        end process text
end using terms from

On Jun 26, 9:24 pm, AquaMethod <[EMAIL PROTECTED]> wrote:
> Is there any way to set text from an AppleScript to the first pane in
> Quicksilver? I'd like to modify the "Get IP" AppleScripts to put the
> IP address returned in my first pane, so that I could act on it by
> pasting, appending it to a file, or manipulate it in text mode.

Reply via email to