Skip to content

Instantly share code, notes, and snippets.

@pathologicalhandwaving
Created January 11, 2022 17:58
Show Gist options
  • Save pathologicalhandwaving/822032e1e8517e2a0ecd6ed3b7ebd411 to your computer and use it in GitHub Desktop.
Save pathologicalhandwaving/822032e1e8517e2a0ecd6ed3b7ebd411 to your computer and use it in GitHub Desktop.
xclip
#copies the piped input onto the clipboard
alias copy="xclip -selection c"
#pastes the clipboards contents into the terminal
alias paste="xclip -selection clipboard -o"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment