Closed zmwangx closed 4 years ago
Not that way. I meant r
as a prompt sub-command. So at the prompt if you press r
the results get reversed. However, when we press n
or p
results should show in the order we fetch.
Kinda confused here. Reversing the order is for people with short terminals and want to see the more relevant results without scrolling. With that in mind, why would they use a separate command to only temporarily reverse the order? Seems about as much trouble as scrolling back. I'd expect people who like this behavior to permanently have it enabled.
I'd expect people who like this behavior to permanently have it enabled.
When you go to the second/third page, all results are equally relevant. The problem is having to scroll up to see the top results.
Sure, order doesn’t actually matter on pages other than the first, which means reverse is just as good as default. But having to run a separate command to reverse the order of the first page every time is still about as much trouble as scrolling back. “I'd expect people who like this behavior to permanently have it enabled.” still stands.
It helps this way:
We don't work like a pager. We print all results and that may exceed a screenful. With prompt option r
, in a page, one can read the last visible results first and then press r
to see the topmost results.
Many people are not aware how to scrollback without the mouse.
Ordering the results in reverse doesn't solve the problem.
Hmm, ten results won’t necessarily fit onto two pages either, and even if they do, if you need to open anything hidden from view you need to scroll back regardless, so I don’t think “avoid scrolling back at all costs” is what users want, nor is it what they’ll get with an r command.
Meanwhile, at least one user expressed wish for a permanent reversal.
Anyway, I think we’re disagreeing on what’s a less bad compromise on a problem neither of us are particularly concerned about ourselves? I guess my preferred solution then is not choose a compromise (unless you want to use the command yourself.)
Yes, I do think we can give it a rest. :+1:
I use a large enough terminal and reasonable enough -n
. Given people who use googler
plan to sue it for the long term, they should adjust these things like they set up their terminal or editor.
Related #281.