All,
I've installed this as an AppleScript action:
using terms from application "Quicksilver"
on process text projectName
set journal to "/Users/saff/Documents/Journal/journal.txt"
do shell script "echo '' >> " & journal & "; echo
'#startProject " &
projectName & "' >> " & journal
end process text
end using terms from
The script works perfectly, appending the text to the appropriate
file. However, after it finishes, Quicksilver pops back up, and I
have to Esc out to get back to work. How can I fix this? Thanks,
David Saff