|
|
|
|
|
by laumars
1759 days ago
|
|
I use murex exclusively. It’s still beta quality so not totally bug free but the bugs are rarely showstoppers and it’s still in active development so fixes are usually just one GitHub issue away. I don’t use it on servers, I stick with Bash for that. But I do use it as my primary local shell. As for why murex, that’s a combination of personal preference and simply not being aware of other shells until after I’d already started using murex. What I like about it is it’s typed and does a lot of the boring stuff automatically in the pipeline based off what type is (JSON, YAML, CSVs etc are all “types”). So working with a JSON file is as natural as working with a flat text file. But also it’s trivial to bypass the clever stuff and use it like a dumb bash shell too. Which is where Powershell and its ilk fall down. |
|