mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 20:04:54 +02:00
copyq: add page (#3411)
This commit is contained in:
parent
f9a38a19bb
commit
88131c20a9
1 changed files with 32 additions and 0 deletions
32
pages/common/ copyq.md
Normal file
32
pages/common/ copyq.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# copyq
|
||||||
|
|
||||||
|
> Clipboard manager with advanced features.
|
||||||
|
> More information: <https://hluk.github.io/CopyQ/>.
|
||||||
|
|
||||||
|
- Launch CopyQ to store clipboard history:
|
||||||
|
|
||||||
|
`copyq`
|
||||||
|
|
||||||
|
- Show current clipboard content:
|
||||||
|
|
||||||
|
`copyq clipboard`
|
||||||
|
|
||||||
|
- Insert raw text into the clipboard history:
|
||||||
|
|
||||||
|
`copyq add -- {{text1}} {{text2}} {{text3}}`
|
||||||
|
|
||||||
|
- Insert text containing escape sequences ('\n', '\t') into the clipboard history:
|
||||||
|
|
||||||
|
`copyq add {{firstline\nsecondline}}`
|
||||||
|
|
||||||
|
- Print the content of the first 3 items in the clipboard history:
|
||||||
|
|
||||||
|
`copyq read 0 1 2`
|
||||||
|
|
||||||
|
- Copy a file's contents into the clipboard:
|
||||||
|
|
||||||
|
`copyq copy < {{file.txt}}`
|
||||||
|
|
||||||
|
- Copy a JPEG image into the clipboard:
|
||||||
|
|
||||||
|
`copyq copy image/jpeg < {{image.jpg}}`
|
Loading…
Add table
Reference in a new issue