I Was Wrong About Nushell (I Finally Get It Now)


I Was Wrong About Nushell (I Finally Get It Now)

This issue is brought to you by:

Ready to Take Your Testing to the Next Level?


Don’t let complex testing slow you down! With Squish, you can automate your entire UI testing process across multiple platforms, ensuring both speed and accuracy. 

There's a moment when you realize you've been looking at something all wrong.

That happened to me with Nushell. I initially approached it as "just another shell," like Fish or ZSH. Boy, was I missing the point.

We developers spend countless hours juggling data between formats - JSON to YAML, CSV to JSON, parsing API responses, maybe filtering Kubernetes outputs.

Our toolbelt is bursting with specialized tools: jq for JSON, yq for YAML, awk for text processing, and Postman for API testing. Each with its own syntax to remember, each solving just one piece of the puzzle.

Here's where Nushell shines

It's not just a shell - it's a unified data processing environment.

Imagine having the power of jq, awk, sed, Postman, and many, MANY other capabilities all in one place, with a consistent syntax. Need to parse a Kubernetes pod list, filter by age, convert it to JSON, and extract nested values? Nushell handles it all in a single pipeline, with helpful error messages that actually make sense.

"Nushell is a powerful data processing environment that also happens to be a shell"
- Reddit user insight that changed my perspective

The practical implications are game-changing

Instead of context-switching between tools and remembering different syntaxes, you can process data seamlessly within your shell environment.

Want to explore a complex JSON structure? The explore command gives you an interactive tree view. Need to transform data between formats? Nushell converts between JSON, YAML, and CSV effortlessly. It even provides human-readable timestamps and built-in HTTP request capabilities.

But JSON and YAML are just the start, beyond many other formats, Nushell can explore entire SQLite DBs, run queries, search tables and data. Absolutely mind blowing to those of has who had to rely on so many tools before.

Sure, there are rough edges

It's a relatively young project. Many users were frustrated with the scripting language changing often, with breaking changes and modules becoming redundant. For this reason, I'm still not sold on the nu scripting language, but for everything else - very mush so.

For anyone working with data day-to-day (and let's face it, that's most of us), Nushell offers a compelling vision of a more integrated, more intuitive way to work with data at the command line.

Just remember: Nushell isn't trying to replace traditional shells - it's reimagining what a shell can be in our data-driven world. And that's exactly why I was wrong about it the first time around.

Thank you for reading! As always, feel free to reply directly with feedback!

Have a great weekend.

What Squish offers:

  • ✅ Increase test coverage and efficiency
  • ✅ Trusted by leading companies worldwide 
  • ✅ Full CI/CD compatibility for seamless integration
  • ✅ Free up your team's time for higher-value tasks

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

SQLite Is the ULTIMATE Choice For 99% of Projects When you need to crack a nut, you grab a nutcracker, not a sledgehammer. So why, when it comes to databases, do so many of us immediately reach for a heavy, complex solution, just because we “feel” it’s right? too much? This simple question changes how you look at building software.The default solution for most developers is to spin up a dedicated database server like MySQL, Postgres, or a NoSQL option. This means dealing with separate running...

I've Been Using AWS Wrong for YEARS... For years, my approach to AWS felt like a battle. As a DevOps engineer and later and architect, building infra always involved a tedious process of carefully building templates and structure, reviewing, deploying, testing and iterating over and over. I’d either spend hours clicking through the console or writing endless infrastructure code, always feeling like I was one misconfiguration away from a headache. It turns out, I was making it much harder than...

You've been lied to about self hosting... This issue is brought to you by: Auth0, my auth provider for the last 6 years. Join their free virtual dev_day on June 18th to learn how to secure AI agents and applications. Save your free spot That title might sound a bit aggressive, but this isn't about hating on hosting platforms. It's about loving the freedom, control, and cost-savings that come from owning your deployment process, without giving up the slick, easy experience we all love. And...