←back to thread

Jujutsu for everyone

(jj-for-everyone.github.io)
436 points Bogdanp | 1 comments | | HN request time: 0.212s | source
Show context
paradox460 ◴[] No.45084388[source]
I've been enjoying JJ recently, after giving it another try. I'd tried it when it was new, and the sharp corners were still a bit too sharp for my liking.

JJ seems to be part of a new "era" of tooling that's just really good. I mused about this a bit in a blog post:

https://pdx.su/blog/2025-08-13-the-quiet-software-tooling-re...

replies(5): >>45084426 #>>45084764 #>>45085176 #>>45085669 #>>45101982 #
ItsHarper ◴[] No.45085669[source]
I'd definitely include nushell in this
replies(2): >>45089449 #>>45097772 #
1. yencabulator ◴[] No.45097772[source]
Nushell mishandles errors. Pressing control-C leads to impossible execution paths. It parses command-line arguments in extremely broken ways.

These bugs have been open for years with no progress.

Nushell had interesting ideas but frankly it's a dead project now. Something with such a core of incorrect behavior just isn't workable, and nobody's even trying to fix it. Don't build castles in swampland.

https://github.com/nushell/nushell/issues/6617

https://github.com/nushell/nushell/issues/8828

https://github.com/nushell/nushell/issues/9939