Skip to content

Instantly share code, notes, and snippets.

@eddieantonio
Created June 21, 2018 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddieantonio/bc278ff191347e58cefba35b617f5508 to your computer and use it in GitHub Desktop.
Save eddieantonio/bc278ff191347e58cefba35b617f5508 to your computer and use it in GitHub Desktop.
Linux alternative to pbpaste/pbcopy
# Emulate macOS's pbcopy(1) and pbpaste(1) utilities.
alias xcopy='xclip -selection clipboard'
alias xpaste='xclip -o -selection clipboard'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment