Bat v0.26.0
github.com
Bat v0.26.0
1–10 of 78 posts
Re: Bat v0.26.0
#2Re: Bat v0.26.0
#3Re: Bat v0.26.0
#4What is it? It says it is a cat clone, but what is cat?
Re: Bat v0.26.0
#5What is it? It says it is a cat clone, but what is cat?
Re: Bat v0.26.0
#6When I saw this, I was hoping that [The Bat!]( https://www.ritlabs.com/en/products/thebat/ ) had been released as FOSS. This is still pretty cool.
I wonder how long ago it was I last used it - must’ve been sometime around 2010 or a few years earlier..
Re: Bat v0.26.0
#7When I saw this, I was hoping that [The Bat!]( https://www.ritlabs.com/en/products/thebat/ ) had been released as FOSS. This is still pretty cool.
Re: Bat v0.26.0
#8What is it? It says it is a cat clone, but what is cat?
Example: If you're navigating to the folder of a git repository in your terminal and quickly want to see what the readme says without having to open a file manager or going to the website on github/gitlab/codeberg you can run:
cat README.md
Which shows the text stored in that file directly in your terminal window.bat does essentially the same, only fancier, with syntax highlighting, some formatting and colors.
Re: Bat v0.26.0
#9When I saw this, I was hoping that [The Bat!]( https://www.ritlabs.com/en/products/thebat/ ) had been released as FOSS. This is still pretty cool.
Re: Bat v0.26.0
#10What is it? It says it is a cat clone, but what is cat?
The classic file viewer for a terminal is cat (or less).