pipr
pipr copied to clipboard
Colored output
For commands with colored output like jq
and ls --color=auto
, would it be possible to make pipr's output retain those colors?
Im not sure actually. If you explicitly force those apps to output colors it should work, but they tend to detect if they're run in a pipe (i.e. In ls | grep foo
, or, well, in pipr) and then auto disable their colors
I've tried bat --color=always
which forces bat
to print with color and pipr
prints the output with ASCII characters for colors like [38;2;249;38;114m
.