Y
Hacker News
new
|
ask
|
show
|
jobs
by
CGamesPlay
64 days ago
Bat just uses less internally. And it deliberately breaks less’ handling of ^C, annoyingly.
1 comments
indentit
64 days ago
Bat has an option to use a built-in pager, a Rust crate called minus
link
CGamesPlay
64 days ago
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
link