-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document that pagers most
and more
are not used
#1666
Comments
@pgimalac thanks for taking the time to report. Is https://github.com/sharkdp/bat/blob/f366bbe34941f1c94851b4a91eef90b2dc3bc3ba/README.md#using-a-different-pager good enough from your perspective? If not, what would you change? |
Thanks for the feedback! I do think however that the README.md would become too noisy if we would start adding references, so let's keep it as is. It is easy enough to dig deeper for those that want, using |
@Enselic that's exactly what I was worried about, and why I said that I let you judge. |
As mentioned in #1063, pagers
most
andmore
are not used bybat
for compatibility reasons, silently falling back toless
(when set withPAGER
environment variable), but this is not documented anywhere but the release description https://github.com/sharkdp/bat/releases/tag/v0.18.0.I believe it should at least be explained why in the README.
The text was updated successfully, but these errors were encountered: