ulauncher-clipboard icon indicating copy to clipboard operation
ulauncher-clipboard copied to clipboard

[Guide] Using Flatpak version of CopyQ

Open zoenglinghou opened this issue 2 years ago • 1 comments

I use the Flatpak version of CopyQ, and to make it work with the extension, I wrote the following shell script named copyq and put it in my PATH:

#!/bin/bash
flatpak run com.github.hluk.copyq "$@"

Since copyq command is not directly available as a CLI command, we need such a wrapper.

zoenglinghou avatar Mar 07 '22 21:03 zoenglinghou