Thanks Jon and Rob. Both great answers. Appreciate it.

On Tuesday, 26 August 2014 17:07:52 UTC+10, Jon Stovell wrote:
>
> Open AppleScript Editor, paste the following into a new document, and save 
> it in ~/Library/Application Support/Quicksilver/Actions with a name that 
> makes sense to you. Restart QS, and that action will henceforth be 
> available for any text string entered in the first pane.
>
> using terms from application "Quicksilver"
> on process text theText
> set theResult to (do shell script theText)
> tell application "Quicksilver" to show large type theResult
> end process text
> end using terms from
>
> On Monday, August 25, 2014 7:59:01 PM UTC-6, Diego Barros wrote:
>>
>> If I add a shell script to QS, then run it from QS, is it possible to 
>> show its output (what would normally be displayed in Terminal) in Large 
>> Type?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to