Hacker News new | ask | show | jobs
by indentit 58 days ago
Bat has an option to use a built-in pager, a Rust crate called minus
1 comments

Didn't know that! I tried it and it doesn't work for me, sadly. Test case: `seq 1 100 | bat --pager=builtin` Result: immediate exit, no output printed at all.

https://github.com/sharkdp/bat/issues/1053