clipboard 1.0.6
Easy access to the clipboard on Linux, MacOS and Windows (Clipboard.copy & Clipboard.paste).
Gemfile:
=
install:
=
Requirements:
On Linux (or other X), you will need xclip. You can install it on debian/ubuntu with: sudo apt-get install xclip
On Windows, you will need the ffi gem.