You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use bat as a nice replacement for less and one thing I see bat not doing is decompressing files that are compressed plain text e.g. gzip. For instance if I run less a.gz I see the contents of a.gz, while bat a.gz just tells me it is binary. Of course the workaround is just zcat a.gz |bat but I'm lazy.
Hi,
I use
bat
as a nice replacement forless
and one thing I see bat not doing is decompressing files that are compressed plain text e.g. gzip. For instance if I runless a.gz
I see the contents of a.gz, whilebat a.gz
just tells me it is binary. Of course the workaround is justzcat a.gz |bat
but I'm lazy.I suppose this is related: https://github.com/wofr06/lesspipe
Thanks, ben
The text was updated successfully, but these errors were encountered: