rndusr

Results 125 comments of rndusr

Why the last one and not the first? And do you mean the last one in the list or the last one that was marked? (The user can mark a...

Thanks. Using the last marked torrent sounds reasonable. Regarding your keybinding issue: It's messy and overly complicated like most of stig. This doesn't work: bind t+x setcommand something This works:...

Yes, IIRC, first all AND groups are evaluated and the results are then ORed. Explicit grouping would definitely be nice, but it's not a very pressing issue in my opinion....

Maybe. Should be quite easy to implement. But I don't really see the benefit.

I just remember commmand chains. You can already implement that as a user: tab --focus Settings | tab set That should focus the tab named "Settings" if it exists or...

No, I don't think that's implemented IIRC. But with chained key bindings and the ratelimit command you have even more finegrained control: bind --context main r+d+l rate --quiet dn 10Mb...

That's one of those things on my list I'll probably never get to. I'm not familiar with shell completion systems, but I was thinking about a two-stepped approach: 1. Add...

Sure, better than nothing and much less work. But I'm not sure completion files should be generated automatically. Users might not need or want them. Do we know for sure...

Internally, conversion between time spans and dates already exists. The only question is how to expose that to the user. I find dates about as useful as time spans. It...

Scenario 2 (all as absolute) is actually not covered because of the 'eta' column, which is displayed as a time span. I'll see how feasible it is to go the...