Wrote up my thoughts on why #nushell matters. And yes, they get a bit spicy 😅
Wrote up my thoughts on why #nushell matters. And yes, they get a bit spicy 😅
@jntrnr I generally agree with your intention that "we need something better", and in particular that it'd be nice to use structured data, but fact of the matter is, all applications emit just plaintext. Having to write separate plugins to give it form sounds no better than the current state of affairs, since they're third-party...
Not to mention—communication between two programs is still a matter of convention, just a different one. So I'm not sure much is gained there.
It's becoming increasingly common for apps (esp. modern cli apps) to optionally output json. This is a workable stand-in for outputting the structure directly, and it's easy for Nushell to take the json and use it.