Skip to content

Instantly share code, notes, and snippets.

@kaiwren
Created October 3, 2010 21:20
Show Gist options
  • Save kaiwren/608945 to your computer and use it in GitHub Desktop.
Save kaiwren/608945 to your computer and use it in GitHub Desktop.
Write any string to the clipboard in OSX
IO.popen('pbcopy', "w").tap{|io| io.write "some string"}.close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment