eth-p / eth-p/bat-extras

`batdiff` and `batgrep` don't page unless `--pager` is explicity set.

Open
#57 4 comments 0 reactions 1 assignee Claimed by @eth-p View on GitHub
bug
Dominant language
Shell
Stars
1.6k
Forks
95
PR merge metrics
No merged PRs in 30d

Description

If I run `batdiff file1 file2`, the entire diff is printed to the screen without paging.

If I run `batdiff --paging=always file1 file2`, the same thing happens.

If I run `batdiff --pager='less -R' file1 file2`, or `batdiff --pager='bat -p' file1 file2`, I get paging as I expect it to.

This is also true for any `batgrep` commands.

I have tried multiple terminal emulators, with the same results. I have also tried in both Fedora and Mint.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.