folak@lemmy.world to Linux@lemmy.ml · 2 years agomodern unixgithub.comexternal-linkmessage-square47linkfedilinkarrow-up1326arrow-down110file-text
arrow-up1316arrow-down1external-linkmodern unixgithub.comfolak@lemmy.world to Linux@lemmy.ml · 2 years agomessage-square47linkfedilinkfile-text
minus-squareGlitzyArmrest@lemmy.worldlinkfedilinkEnglisharrow-up9·2 years agoI use bat as a drop in replacement for cat (overriding cat in my .zshrc) by using --style=plain --paging=never on the bat command. Basically looks and works the same as cat, except with syntax highlighting.
I use bat as a drop in replacement for cat (overriding cat in my .zshrc) by using
--style=plain --paging=never
on the bat command. Basically looks and works the same as cat, except with syntax highlighting.