Skip to content

chore: close issue #1618#3659

Closed
themanforfree wants to merge 1 commit into
sharkdp:masterfrom
themanforfree:fix/close-issue-1618
Closed

chore: close issue #1618#3659
themanforfree wants to merge 1 commit into
sharkdp:masterfrom
themanforfree:fix/close-issue-1618

Conversation

@themanforfree
Copy link
Copy Markdown

Summary

This PR closes issue #1618.

Background

Issue #1618 reported that when BAT_OPTS includes --paging=always, the --list-themes command would page through themes one at a time instead of listing all themes, making it unusable.

Resolution

This issue has been resolved by commit 12a2a45 in PR #3457. The fix properly handles the --list-themes command with BAT_OPTS environment variables.

Verification

Verified that the fix works correctly:

  • BAT_OPTS="--paging=always" bat --list-themes displays all 28 themes
  • Themes are not paginated one by one
  • The fix was merged in 2025-11-15

Related Issues

The issue sharkdp#1618 has been resolved by commit 12a2a45 in PR sharkdp#3457.
The `--list-themes` command now correctly handles BAT_OPTS environment variables.

Testing:
- `BAT_OPTS="--paging=always" bat --list-themes` works correctly
- All 28 themes are listed (not paginated one by one)
- The fix was merged in commit 12a2a45 (PR sharkdp#3457)
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.

--list-themes + BAT_OPTS can be problematic

1 participant