Replies: 1 comment 1 reply
-
When piping into |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I make bat auto-detect the language when the input is piped, is it even possible?
I tried
bat --language=auto
[bat error]: unknown syntax: 'auto'
There's a
libmagic
perhaps it can be set to wait for 100ms (configurable ideally) to see if it can be determined from the stream before renderingBeta Was this translation helpful? Give feedback.
All reactions