CopyQ

Sending image to Clipboard

  • https://copyq.readthedocs.io/en/latest/writing-raw-data.html#writing-raw-data
cat /home/yuriy/Syncthing/DCIM-Personal/2024-08-31-17-39-07-217.jpg | copyq tab clipboard write image/png -

General

  • Disable items I don’t use from tray menu
    • 120abcaf2b94a2eb1093a7a16abb8786.png
  • Set Tray Menu Hotkey
    • 6a71ed7e4afa47de42871301fb9bc462.png
  • Set History Length to 9999
    • e39ee59b554e9becd868d95e82dd8139.png

Sync Clipboard between devices

  • https://github.com/hluk/CopyQ/issues/618 3ab1a67c68336b649d13adc9b7b821b6.png

Sync Config Between Devices

  • Soft Link the copyQ config so it can be synced between devices with Syncthing

Windows

# delete original folder
rd /S /Q "C:\Users\yuriy\AppData\Roaming\copyq"

# create junction to Syncthing configurations
mklink /J "C:\Users\yuriy\AppData\Roaming\copyq" "C:\Users\yuriy\Syncthing\Configurations\CopyQ"

Linux

rm ~/.config/copyq/copyq.conf && ln -s ~/Syncthing/Configurations/CopyQ/Linux-Config/copyq.conf ~/.config/copyq/copyq.conf


Last updated on September 12, 2024. For any questions/feedback, email me at blog@zinchuk.xyz.