Just like the title says.
Just found this project, and it seems so much more interesting than the old cat command.
Does anyone see a reason it might be a bad idea?
Just like the title says.
Just found this project, and it seems so much more interesting than the old cat command.
Does anyone see a reason it might be a bad idea?
Welcome to the forum!
bat
(currently at version 0.17.1-1) is already available from the Community repository. Replacing cat
by it would however not be a good idea, because cat
is part of the GNU coreutils
and is an essential utility with regard to UNIX/POSIX compatibility.
Thank you for the welcome!
Actually I am quite an old user of Manjaro. But my old account on this forum seems to have been deleted β-ββ¦
About the substitution: Yeah I can imagine how it could mess with a lot of things. I just wonder at what point in time there will be an initiative to replace those older tools with newer and safer ones written in Rust.
alias cat=bat
Or even better with bat-extras
:
alias cat=prettybat
alias rg='batgrep --color=auto'
alias man=batman
alias watch='batwatch --color=auto'
alias diff='batdiff --color=auto'
The old forum has suffered a crash last year. We had to start all over again from scratch.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.