Closed Disonantemus closed 2 months ago
I prefer xsel and was very easy to change the code, like this:
xsel
$ diff torge_xsel torge 543c537 < echo "$results" | xsel --- > echo "$results" | xclip -r -sel clip
I think more people would like to have both options, maybe detecting which is present and use that.
I think xclip isn't on kde wayland either.
Now xsel will be used when xclip is not found.
awesome.
I prefer
xsel
and was very easy to change the code, like this:I think more people would like to have both options, maybe detecting which is present and use that.