For those of you unaware: https://nushell.sh/
This is by far the most unique shell out there, since it doesn’t use raw text as output/input to command line calls, but instead an actual data structure. It’s like if every CLI call returned a database table, in a way.
Used to use it, but you can’t run tasks in parallel :/
eventually switched back to fish, not enough advantages for me to use (i use nu on windows though!)
the pueue plugin isn’t perfect but it covered all my uses at least
yo thats cool, thanks man, didnt know about it!