Skip to content
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

shell: Fix pager support #200

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Conversation

dnicolodi
Copy link
Collaborator

Change the "pager" setting to a boolean enabling or disabling pager support. If the $PAGER environment variable is set, output to be paged is piped to the specified program. Otherwise "more" is used. The pager is used only for interactive invocations of bean-query.

Fixes #198.

Change the "pager" setting to a boolean enabling or disabling pager
support. If the $PAGER environment variable is set, output to be paged
is piped to the specified program. Otherwise "more" is used. The pager
is used only for interactive invocations of bean-query.

Fixes beancount#198.
@dnicolodi dnicolodi merged commit 3992294 into beancount:master Oct 5, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pager $PAGER no longer working
1 participant