TUVIMEN / torge

A shell script for searching for links on torrent sites
GNU General Public License v3.0
61 stars 2 forks source link

[Feature] xsel as an alternative to xclip #6

Closed Disonantemus closed 2 months ago

Disonantemus commented 2 months ago

I prefer xsel and was very easy to change the code, like this:

$ 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.

ralyodio commented 2 months ago

I think xclip isn't on kde wayland either.

TUVIMEN commented 2 months ago

Now xsel will be used when xclip is not found.

ralyodio commented 2 months ago

awesome.