Forrest logo
back to context overview

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 machine
    explain this command
  • copyq:tldr:7310f copyq: Copy a file's contents into the clipboard.
    $ copyq copy < ${file-txt}
    try on your machine
    explain this command
  • copyq:tldr:83c4a copyq: Launch CopyQ to store clipboard history.
    $ copyq
    try on your machine
    explain this command
  • copyq:tldr:98eed copyq: Show current clipboard content.
    $ copyq clipboard
    try on your machine
    explain this command
  • copyq:tldr:a88bd copyq: Print the content of the first 3 items in the clipboard history.
    $ copyq read 0 1 2
    try on your machine
    explain this command
  • copyq:tldr:ccc41 copyq: Copy a JPEG image into the clipboard.
    $ copyq copy image/jpeg < ${image-jpg}
    try on your machine
    explain this command
back to context overview