- Notifications
You must be signed in to change notification settings - Fork27
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
License
lmorg/murex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Murex is a shell, like bash / zsh / fish / etc however Murex supports improvedfeatures and an enhanced UX.
A non-exhaustive list features would include:
Support foradditional type information in pipelines, which can be usedfor complex data formats like JSON or tables. Meaning all of your existingUNIX tools to work more intelligently and without any additional configuration.
Usability improvements such as in-line spell checking, context sensitivehint text that details a commands behavior before you hit return, andauto-parsing man pages for auto-completions on commands that don't have auto-completions already defined.
Smarter handling of errors anddebugging tools. For example try/catchblocks, line numbers included in error messages, stdout highlighted in redand script testing and debugging frameworks baked into the language itself.
Read thelanguage tour to get started.
TheRosetta Stone is agreat cheatsheet for those wishing to skip the tutorials and jump straight in.This guide includes comparisons with Bash.
TheInteractive Shellguide walks you through using Murex as a command line as opposed to a scriptinglanguage.
Visit theofficial website.
SeeINSTALL for details.
Discussions presently happen inGithub discussions.
Murex is committed to backwards compatibility. While we do want to continue togrow and improve the shell, this will not come at the expense of long termusability.Read more
Murex is considered stable, however if you do run into problems then pleaseraise them on the project's issue tracker:https://github.com/lmorg/murex/issues
This document was generated fromgen/root/README_doc.yaml.
About
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)