Mastering jq
(codefaster.substack.com)
from learnbyexample@programming.dev to linux@lemmy.ml on 11 Jul 12:51
https://programming.dev/post/33730549
from learnbyexample@programming.dev to linux@lemmy.ml on 11 Jul 12:51
https://programming.dev/post/33730549
threaded - newest
I asked an LLM to write a
jq
scriptlet for me today. It wasn’t even complicated, it just beat working it out/trying to craft the write string to search Stackoverflow for.The first step to mastery is RTFM: jqlang.org/manual/
I’m curious if anyone else has considered using nushell for these things? Probably not for everything (or to replace one’s shell) but it definitely is simpler for basic tasks.
That’s the primary value offer of nushell so at least people who made it considered it I’d say.