Examples (7)
Launch CopyQ to store clipboard history
Show current clipboard content
copyq clipboardInsert raw text into the clipboard history
copyq add -- text1 text2 text3Insert text containing escape sequences ('\n', '\t') into the clipboard history
copyq add firstline\nsecondlineCopy a file's contents into the clipboard
copyq < path/to/file.txt copyCopy a JPEG image into the clipboard
copyq < path/to/image.jpg copy image/jpegmade by @shridhargupta | data from tldr-pages