ShalokShalom / murex

A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

Home Page:https://murex.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Murex: A Smarter Shell

Version Murex Tests Deploy Docs

Murex is a shell, like bash / zsh / fish / etc however Murex supports improved features and an enhanced UX.

A non-exhaustive list features would include:

  • Support for additional type information in pipelines, which can be used for complex data formats like JSON or tables. Meaning all of your existing UNIX tools to work more intelligently and without any additional configuration.

  • Usability improvements such as in-line spell checking, context sensitive hint text that details a commands behavior before you hit return, and auto-parsing man pages for auto-completions on commands that don't have auto- completions already defined.

  • Smarter handling of errors and debugging tools. For example try/catch blocks, line numbers included in error messages, STDOUT highlighted in red and script testing and debugging frameworks baked into the language itself.

Examples

JSON wrangling:

Inline spellchecking:

Autocomplete descriptions, process IDs accompanied by process names:

More examples: /examples

Install instructions

See INSTALL for details.

Language Tour

Read the language tour to get started.

Discuss Murex

Discussions presently happen in Github discussions.

Compatibility Commitment

Murex is committed to backwards compatibility. While we do want to continue to grow and improve the shell, this will not come at the expense of long term usability. Read more

Known bugs / TODO

Murex is considered stable, however if you do run into problems then please raise them on the project's issue tracker: https://github.com/lmorg/murex/issues


This document was generated from gen/root/README_doc.yaml.

About

A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

https://murex.rocks

License:GNU General Public License v2.0


Languages

Language:Go 98.6%Language:HTML 0.5%Language:CSS 0.3%Language:TypeScript 0.3%Language:Shell 0.2%Language:SCSS 0.1%