| ▲ | CGamesPlay 6 hours ago | |
I am definitely waiting for a "modern less replacement" in the same vein as fd, sd, fzf, and the rest of the under-20yo cli crew. I get that "less" is reasonably maintained still. I think the killer feature for me would be refresh. I get that this can't work for piped input, but I want `git diff` to show in a pager with a refresh button that holds my place. fzf supports both refresh and piped input, so perhaps there's some ideas there that could be leveraged. | ||
| ▲ | zeech 6 hours ago | parent | next [-] | |
I went looking for a 'new' pager a couple years back and settled on this [0]. I've since gone back to `less` since it got annoying jumping between systems and having different pagers, but when I used it it was quite nice. | ||
| ▲ | anthk an hour ago | parent | prev [-] | |
That should be under a less(1) flag, but optional as it can mess piping. | ||