minor fixes to xsel, as discussed in #882

This commit is contained in:
Waldir Pimenta 2016-06-20 23:39:21 +01:00 committed by GitHub
parent fac92c4aa1
commit a47218cfca

View File

@ -17,11 +17,11 @@
- Copy output of a command into the clipboard:
`echo 123 | xclip -bi`
`echo 123 | xsel -bi`
- Copy contents of a file into the clipboard:
`cat {{file}} | xsel -bo`
`cat {{file}} | xsel -bi`
- Print the clipboard to STDOUT: