logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CopyQ Clipboard Manager - Control Clipboard History | Online Free DevTools by Hexmos

Control clipboard history with CopyQ Clipboard Manager. Efficiently manage text snippets, images, and other data. Free online tool, no registration required.

copyq

Clipboard manager with advanced features. More information: https://copyq.readthedocs.io/en/latest/command-line.html.

  • 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 < {{path/to/file.txt}}

  • Copy a JPEG image into the clipboard:

copyq copy image/jpeg < {{path/to/image.jpg}}

See Also