On 22 Apr 2014, at 14:09, Jurgen Doreleijers wrote:

How do I get the Paste action to get the result of the command?

I don’t think there’s a way to do that currently.

Possible alternatives:

* Set up a trigger for ⌘J that runs `date | pbcopy`. Then you could get the date with ⌘J ⌘V.
  * Use AppleScript and have the trigger run that.

I thought you might be able to pull it off by encapsulating *two* commands.

  1. `date | pbcopy` ⇥ Run Command in Shell
  2. Clipboard Contents ⇥ Paste as Plain Text

And then use the comma trick to select both and set a trigger to run them, but that just crashed Quicksilver. Something we need to fix, but I’m not sure it would work anyway. The paste might fire before the copy is finished.

--
Rob McBroom
http://www.skurfer.com/

--
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