Created
January 11, 2022 17:58
-
-
Save pathologicalhandwaving/822032e1e8517e2a0ecd6ed3b7ebd411 to your computer and use it in GitHub Desktop.
xclip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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