A collection of modern/faster/saner alternatives to common unix commands. - GitHub - ibraheemdev/modern-unix: A collection of modern/faster/saner alternatives to common unix commands.
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.
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.