Categorygithub.com/lmorg/murex
modulepackage
6.4.2063+incompatible
Repository: https://github.com/lmorg/murex.git
Documentation: pkg.go.dev

# README

Murex: A Smarter Shell

Version Murex Tests Deploy Docs Official Website

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.

Language Guides

  • Read the language tour to get started.

  • The Rosetta Stone is a great cheatsheet for those wishing to skip the tutorials and jump straight in. This guide includes comparisons with Bash.

  • The Interactive Shell guide walks you through using Murex as a command line as opposed to a scripting language.

Examples

Smart data:

Inline spellchecking:

Autocomplete:

Preview screen:

Useful error messages:

Plus More!

Visit the official website.

Install instructions

See INSTALL for details.

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

Issue Tracking

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.

# Packages

No description provided by the author
Package builtins is the gatekeeper to the various modules, additional data types and builtin functions within murex The builtins are split into several categories: * core - builtin functions required by murex * events - event hooks for murex code * imports_build - optional builtins you wish to compile * imports_src - optional builtins available to compile (these are just include files that need to be copied to `builtins/imports_build` if you wish to compile them) * optional - builtin functions that might add value to murex but are not required.
Package config provides APIs for managing the shell's runtime config.
Package debug provides debugging APIs.
No description provided by the author
No description provided by the author
Package integrations is a repository of autocompletes and other Murex tooling for 3rd party executables.
Package lang provides the parser for the murex shell scripting language.
Package shell provides sources for the interactive shell.
No description provided by the author
No description provided by the author