DEV Community

Discussion on: What are your favorite terminal apps or scripts, to use for productivity?

Collapse
 
biros profile image
Boris Jamot ✊ /

I use it as a drop-in replacement for cat with the following options:

alias cat='bat --paging=never --style=plain'

It's really powerful!