You can use the --no-clipboard
option to make a wrapper script that would integrate it with wl-copy
.
I don’t really use qbittorrents, i do everything from terminal so i use transmission with transmission-remote cli, this script gives me the ability to add any torrent in a couple of seconds. Also it can search for books on libgen.
Not really bash but posix shell, the main reason is because at the time of making it i had not yet made python ffi for my html searching lib
Using all sources could return over 200 results for one query. This would make it hard to browse without fzf.
Results would have to get sorted by the script and fields like date are provided in human readable format that would have to be converted with a lot of effort to sort it. Sources have also unique fields.
Shell script is just bad to make that feature, although torge is extendable enough for you to make a wrapper script that could do it without sorting.