TUVIMEN / torge

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

Sorting options? #1

Closed for-coursera closed 2 months ago

for-coursera commented 2 months ago

Would be great to support searching with various sorting options, too (e.g., by seeds, by date). Like, for 1337 the destination URL then would something like https://1337x.to/sort-search/LINUX%20ISO/time/desc/1/, and so on... Could be quite some additional work but sometimes you need the newest results first :(

BTW, in the demo you paste the selected result to tnr, what is it? Looks like some remote for Transmission? :)

All in all, great work, looks pretty handy!

TUVIMEN commented 2 months ago

Every source has additional --help page. Most of them have -s --sort option, in case of 1337x it can be sorted by name, size, date, se and le, sorting can be even reversed.

About tnr its just an alias to transmission-remote, but nowdays i use helper function integrating this script with fzf.

for-coursera commented 2 months ago

Thanks!