0

I would like to be able to have multiple clipboards on Mac OSX (happen to be using Mavericks currently). The end-solution would look something like this:

Let's say I copied one piece of text using...

  1. ⌘cmd+C/kbd> to copy and ⌘cmd+V/kbd> to paste like normal.

...But then I could also do...

  1. ⌘cmd+⇧shift+C and ⌘cmd+⇧shift+V to copy and paste other text without overwriting A's text.

Maybe in another implementation I could add a third clipboard by using ⌘cmd+⇧shift+⌥alt+C, and so on. The keyboard shortcuts themselves are not important, nor is the number of additional clipboards.

Does anything like this exist? If not, how difficult would it be for an amateur programmer to implement on OSX using something like AppleScript or, god be praised, ruby/python, etc?

Would definitely prefer not having to code this on my own of course, but that's always an option for a weekend open-source warrior project...I could definitely make a valiant effort at least...

EDIT: I see there are clipboard buffers, and I know a lot of popular text editors like emacs and textmate have clipboard buffers, but I guess to differentiate myself here I'm looking for a solution that uses dedicated keyboard shortcuts to access buffer_elements[1..n], respectively, where n equals 1-2 (3 clipboards) maybe...I'm thinking now that I could potentially register new keyboard shortcuts to access a clipboard buffer via shell script and maybe have those dumped into a selected text area using AppleScript or something...that might work...

2
  • Having found the opensource tool jumpcut on this superuser thread (apple.stackexchange.com/questions/15867/…) I'm thinking I should close this question. I will do so in a couple of hours unless someone thinks I should keep this question up due to its marginal unique-ness. Commented May 25, 2015 at 18:58
  • I used to have an app to do this like 15 years ago, under Mac OS 9 (lol!). I think the current version of this app is this: plumamazing.com/mac/copypaste Commented Oct 17, 2015 at 23:34

1 Answer 1

1

I use clip menu
BTW this is mac only

you press cmd +shft + V and the menu comes up at your mouse showing the last 10 copies, this number can be changed, I have mine set at 1000

example of clip menu pic

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .