Merge pull request #836 from jezenielzapanta/patch-3

xclip:Add copy to system clipboard
This commit is contained in:
Leandro Ostera
2016-06-24 12:04:20 +02:00
committed by GitHub

View File

@@ -6,6 +6,10 @@
`echo 123 | xclip -i` `echo 123 | xclip -i`
- Copy output to system clipboard:
`echo 123 | xclip -sel clip`
- Paste clipboard: - Paste clipboard:
`xclip -o > file.txt` `xclip -o > file.txt`