sharkdp/bat

--wrap unpaged

Open

#1.081 geöffnet am 30. Juni 2020

Auf GitHub ansehen
 (11 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Rust (1.557 Forks)batch import
feature-requestgood first issue

Repository-Metriken

Stars
 (58.889 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7h 31m) (10 gemergte PRs in 30 T)

Beschreibung

I love it when bat wraps lines in a single page of output. When output needs to be sent to the pager, though, the wrapped lines are actively unhelpful. I'm very used to issuing -S to less once a log file is open to change the line wrapping live.

I'd like a --wrap mode that behaves like auto for unpaged output, but never when piping to less.

Contributor Guide