mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:55:24 +02:00
xclip: add PNG image copying example (#3073)
This commit is contained in:
parent
9cd7b4a316
commit
aeef500f4a
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
|
||||
`xclip -sel clip {{input_file.txt}}`
|
||||
|
||||
- Copy the contents of a PNG image into the system clipboard (can be pasted in other programs correctly):
|
||||
|
||||
`xclip -sel clip -t image/png {{input_file.png}}`
|
||||
|
||||
- Paste the contents of the X11 primary selection area to the console:
|
||||
|
||||
`xclip -o`
|
||||
|
|
Loading…
Add table
Reference in a new issue