FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Stop using cat
How-ToSystems

Stop using cat

via Dev.toNick Taylor1mo ago

If you use cat in your daily workflow, this is a tiny upgrade with lots of upsides and honestly, no downsides aside from you need to install it as it’s not native. What is bat? bat is a cat alternative with syntax highlighting and line numbering to name a few features while being a drop in replacement to workflows you have that use regular cat . Install # macOS brew install bat # Ubuntu / Debian sudo apt install bat # via installation script curl -s https://sh.rustup.rs | bat Just FYI, on some Linux distros, the binary is named batcat . 5 practical ways to use bat By default you get all the bat goodness when you don’t specify any flags. Syntax highlighting, line numbering etc. Here’s some common use cases. Read config files quickly bat ./astro.config.mjs With cat : With bat : You get visual structure without opening an editor. Show line numbers while debugging bat -n src/server.ts Line numbers make it much easier to point teammates to exact spots in a file. Use plain mode for logs or s

Continue reading on Dev.to

Opens in a new tab

Read Full Article
20 views

Related Articles

What You Need to Know About Building an Outdoor Sauna (2026)
How-To

What You Need to Know About Building an Outdoor Sauna (2026)

Wired • 7h ago

The Boring Skills That Make Developers Unstoppable in 2026
How-To

The Boring Skills That Make Developers Unstoppable in 2026

Medium Programming • 12h ago

I Installed This VS Code Extension… and My Code Got Instantly Better
How-To

I Installed This VS Code Extension… and My Code Got Instantly Better

Medium Programming • 13h ago

The Age of Personalized Software
How-To

The Age of Personalized Software

Medium Programming • 15h ago

Automating Checkout Add-On Recommendations in WordPress for WooCommerce
How-To

Automating Checkout Add-On Recommendations in WordPress for WooCommerce

Dev.to • 15h ago

Discover More Articles