folak@lemmy.world to Linux@lemmy.ml · edit-21 year agomodern unixgithub.comexternal-linkmessage-square51fedilinkarrow-up1313arrow-down110file-text
arrow-up1303arrow-down1external-linkmodern unixgithub.comfolak@lemmy.world to Linux@lemmy.ml · edit-21 year agomessage-square51fedilinkfile-text
minus-squareGlitzyArmrest@lemmy.worldlinkfedilinkEnglisharrow-up6·1 year 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.