I recently noticed, that OS X has another clipboard which you can access by killing something with ctrl + K and then yanking it with ctrl + Y.
I know I can access OS Xs normal clipboard with pbcopy
and pbpaste
. Sadly you cannot access the kill ring like that. Is there some other way?
I don't care if it is by Cocoa, some weird Core C library or by some terminal command.