|
|
|
|
|
by zmw
1703 days ago
|
|
It's a CLI, not a TUI. I put quite a bit of thought into that decision, and whether to integrate a pager. See [1]. The workarounds are (1) limit the number of results per page with -n <num>; (2) use the -r, --reverse option to show the top results last. [1] https://github.com/jarun/googler/issues/281 |
|