Skip to content

Instantly share code, notes, and snippets.

@gustavo-rodrigues-dev
Created March 28, 2016 12:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustavo-rodrigues-dev/cbdf2151c22bb00ada84 to your computer and use it in GitHub Desktop.
Save gustavo-rodrigues-dev/cbdf2151c22bb00ada84 to your computer and use it in GitHub Desktop.
pbcopy for ubuntu
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
//for Ubuntu or Debian users
sudo apt-get install xclip -y
//For Fedora/CentOS users
sudo yum install xclip -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment