-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
feature-requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Line wrapping seems to be disabled when piping to another process, even when forced with --wrap=character.
$ echo 123456789abcd > /tmp/file
$ bat --style plain --terminal-width 10 --wrap=character /tmp/file
123456789a
bcd
$ bat --style plain --terminal-width 10 --wrap=character /tmp/file | command cat
123456789abcd
tzhouhc
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers