Skip to content

Instantly share code, notes, and snippets.

@charlesthomas
Created March 21, 2014 20:46
Show Gist options
  • Save charlesthomas/9696057 to your computer and use it in GitHub Desktop.
Save charlesthomas/9696057 to your computer and use it in GitHub Desktop.
OSX's pbcopy/pbpaste in Linux
# mimic osx pbcopy/pbpaste
alias pbcopy="xclip -selection clipboard -i"
alias pbpaste="xclip -selection clipboard -o"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment