IO.popen('pbcopy', 'w').print "Text to go on clipboard"
Putting data on the clipboard in OS X
Category: Uncategorized |
Tags: clipboard
Leave a Reply
You must be logged in to post a comment.
IO.popen('pbcopy', 'w').print "Text to go on clipboard"
You must be logged in to post a comment.