logoalt Hacker News

mnkyprskbdtoday at 1:13 AM3 repliesview on HN

bat is the king of pagers. https://github.com/sharkdp/bat


Replies

asibahitoday at 1:45 AM

Doesn’t it just call `less`?

show 1 reply
teki_onetoday at 1:36 AM

bat does not look like a pager: https://github.com/sharkdp/bat?tab=readme-ov-file#automatic-...

show 1 reply
saghmtoday at 2:22 AM

I like it a lot more than `less`, but unfortunately it's always a lot slower when first opening really large files. I'm not sure if it's eagerly loading the whole thing (maybe because that's needed for AST parsing in the case of syntax highlighting, although it happens even on files without highlighting), but there are times I have to swap to `less` still.