1

I've been using Quicksilver's clipboard module for years but I've always wanted to do this: copy several bits of text. Then paste them as a concat'd list.

I found this Stackoverflow post trying to do something similar with an applescript. But I can't seem to get it to work.

Anything that would allow me to paste multiple items from my clipboard history in one shot.

Thanks in advance

SteveLambert
  • 248
  • 3
  • 6
  • Some work has been done on this and merged, you could ask directly whether the changes should solve your problem: http://github.com/quicksilver/Quicksilver/pull/1828 – The Tentacle Apr 22 '14 at 13:37

1 Answers1

0

Some Quicksilver folks saw this post and coded a solution!

Using the newest release of Quicksilver 1.2.0 (4008) you can

  1. select multiple items from your clipboard history (or any other text item)
  2. then run the “Type Text” action

It only works for outputting plain text, but it works!

SteveLambert
  • 248
  • 3
  • 6
  • Unclear how to select multiple items? Mouse and shift+arrows and cmd key don't seem to work – Ben Wheeler Oct 18 '16 at 13:24
  • 1
    Ah, it's often referred to as "the comma trick". Select something, hit comma, find something else, hit comma, (repeat until you have all your stuff selected). More info: http://www.43folders.com/2005/06/13/quicksilver-the-comma-trick – SteveLambert Oct 19 '16 at 12:38