Your best bet is to probably package this into an AppleScript, then saving and
creating a trigger for “My AppleScript -> Run”
The script could be something like (if you’re getting your text from some
terminal program. Otherwise there’s no need for the ‘do shell script’ part)
tell application "Quicksilver"
set _text to do shell script "echo \"hello\""
show large type _text
end tell
> On 6 Nov 2016, at 12:14, Mike Petonic <[email protected]> wrote:
>
> This is probably a simple question, or it'll be impossible. One of the two
> options...
>
> I want to use QS's interface programmatically from a shellscript or even from
> an Applescript. For instance, I'd like something like what's below. I know
> that it doesn't exist as such right now, but hopefully, this will show my
> desired functionality:
>
>
> /usr/local/bin/qs <<-EoF
> Here is some text that I want to display
> Using QS's large type action.
> there are many other lines and I like how QS
> displayes the text
> EoF
> /usr/local/bin/qs -x "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]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/blacktree-quicksilver
> <https://groups.google.com/group/blacktree-quicksilver>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
--
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 https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.