> I want to be able to use Quicksilver's text pane and actions pane to
> do math, as I was able to before. The issue I am having is that the
> script does work, but for some reason, Quicksilver stops recognizing
> it as an available action.
you want to do this:
activate Quicksilver
enter into text mode
type the numbers for calculations
select the correct action
press return
why not do this:
assign this script a hotkey:
tell me to activate
set inputText to ¬
text returned of ¬
(display dialog "Enter" default answer "")
do shell script "echo " & inputText & " | bc | qs"
press the hotkey (the applescript's dialog box will come up)
type the numbers for calculations
press return key