clipboard
Hey, I’ve put together this little clipboard gem which allows to access the clipboard on Liunx, MacOS and Windows. You simply say Clipboard.copy("string")
for copying and Clipboard.paste
for pasting.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Hey, I’ve put together this little clipboard gem which allows to access the clipboard on Liunx, MacOS and Windows. You simply say Clipboard.copy("string")
for copying and Clipboard.paste
for pasting.
Comments
Oops, fixed last-minute Mac OS bug °_°
Post a comment