Skip to content
/ murex Public
forked from lmorg/murex

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

License

Notifications You must be signed in to change notification settings

orefalo/murex

This branch is 1 commit ahead of, 1137 commits behind lmorg/murex:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

50630a5 · Jun 20, 2023
May 27, 2023
Jun 4, 2023
Jun 20, 2023
Jan 31, 2023
Jun 19, 2023
Jun 19, 2023
May 6, 2023
Jun 20, 2023
Apr 19, 2023
Jun 20, 2023
Nov 1, 2022
Jun 17, 2023
Jun 20, 2023
Jun 19, 2023
Jun 20, 2023
Jun 16, 2023
Jan 15, 2023
May 13, 2023
May 12, 2023
Mar 26, 2017
Jun 4, 2023
Dec 14, 2022
Dec 1, 2022
Feb 5, 2023
May 16, 2023
Jun 16, 2023
Jul 19, 2022
Feb 11, 2023
Dec 5, 2022
Feb 26, 2022
Feb 5, 2023
Feb 5, 2023
Sep 19, 2019
Jun 20, 2023

Repository files navigation

Murex: A Smarter Shell

Version CodeBuild CircleCI

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.

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Other 0.9%