
copyq
List of commands for copyq:
-
copyq:tldr:6b60a copyq: Insert text containing escape sequences ('\n', '\t') into the clipboard history.$ copyq add ${firstline\nsecondline}try on your machineexplain this command
-
copyq:tldr:7310f copyq: Copy a file's contents into the clipboard.$ copyq copy < ${file-txt}try on your machineexplain this command
-
copyq:tldr:83c4a copyq: Launch CopyQ to store clipboard history.$ copyqtry on your machineexplain this command
-
copyq:tldr:98eed copyq: Show current clipboard content.$ copyq clipboardtry on your machineexplain this command
-
copyq:tldr:a88bd copyq: Print the content of the first 3 items in the clipboard history.$ copyq read 0 1 2try on your machineexplain this command
-
copyq:tldr:ccc41 copyq: Copy a JPEG image into the clipboard.$ copyq copy image/jpeg < ${image-jpg}try on your machineexplain this command