On Apr 13, 2009, at 2:34 AM, Chris Cairns wrote:


The command line tool in Quicksilver >> Preferences says

"Piping text into qs will send it to Quicksilver's command window"

how to use it?
I saw the help "qs --help". Nothing in it.
I am only able to pipe the output of applescripts through shell script. I want to able to pipe any text.
Or can someone write a shell script showing me how to do it?


$ qs --help
usage: qs [-s] file
 -s --shelf                     send to shelf
 file                           file to select or - to read from stdin

qs foo.txt
seems to work for me

echo "hello world" | qs -
also works putting the text "hello world" in the first pane

Howard


Reply via email to