Live data from Hacker News

New(ish) command line tools

jvns.ca

251–252 of 252 posts

Re: New(ish) command line tools

#251
post #196

Earlier quoted context omitted.

Classic UNIX tools are god awful to use in terms of quality of life. Newer tools are far more ergonomically pleasing. The real reason people are hesitant to use new tools is that there is a massive switching cost for most of them.

I find the older utilities are more "ergonomically pleasing" and improve "quality of life" given the generally poor quality of today's software. Indeed the "switching cost" would be high, as I would lose the ergonomic pleasure and quality of life improvement, not to mention the level of efficiency and productivity, I get from the "classic" UNIX utilities.

Completely disagree.

Great example is working with Unix streams instead of objects as in powershell.

Re: New(ish) command line tools

#252
post #248

Earlier quoted context omitted.

You likely already know this, but just a reminder/tip that bash and zsh will let you edit the current command you’re entering in your editor of choice if you press ctrl+x ctrl+e (without releasing ctrl between). (Note if you’re using zsh without ohmyzsh, you’ll have to enable this manually [1]) [1]: https://nuclearsquid.com/writings/edit-long-commands/

I don't see how the shell could know whether you released the Ctrl key?

Whoops, you're right, I assumed my muscle memory was the source of truth heh.
Post reply on HN