Merge pull request #836 from jezenielzapanta/patch-3
xclip:Add copy to system clipboard
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
|
||||
`echo 123 | xclip -i`
|
||||
|
||||
- Copy output to system clipboard:
|
||||
|
||||
`echo 123 | xclip -sel clip`
|
||||
|
||||
- Paste clipboard:
|
||||
|
||||
`xclip -o > file.txt`
|
||||
|
Reference in New Issue
Block a user