minor fixes to xsel, as discussed in #882
This commit is contained in:
@@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
- Copy output of a command into the clipboard:
|
- Copy output of a command into the clipboard:
|
||||||
|
|
||||||
`echo 123 | xclip -bi`
|
`echo 123 | xsel -bi`
|
||||||
|
|
||||||
- Copy contents of a file into the clipboard:
|
- Copy contents of a file into the clipboard:
|
||||||
|
|
||||||
`cat {{file}} | xsel -bo`
|
`cat {{file}} | xsel -bi`
|
||||||
|
|
||||||
- Print the clipboard to STDOUT:
|
- Print the clipboard to STDOUT:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user