mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 08:15:40 +02:00
Merge pull request #836 from jezenielzapanta/patch-3
xclip:Add copy to system clipboard
This commit is contained in:
commit
cefc1b2585
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`echo 123 | xclip -i`
|
||||
|
||||
- Copy output to system clipboard:
|
||||
|
||||
`echo 123 | xclip -sel clip`
|
||||
|
||||
- Paste clipboard:
|
||||
|
||||
`xclip -o > file.txt`
|
||||
|
|
Loading…
Add table
Reference in a new issue