This release focuses on testing and REPL usability improvements but also includes updates several new run modes to make error handling easier in larger scripts.
>>
redirect (append to file) operator added.
This is just syntactic sugar for -> >>
. To
redirect and overwrite/truncate a file use |>
rather
than >
config: set shell auto-glob true
and you will
get prompted for each glob. Any globs inside blocks will be ignored and
this only works on the interactive prompt (ie not in scripts or
background processes) – these limitations are not a bug but by
designautocomplete
try
and trypipe
.
You can define the scope as being an entire function or a module. If set
for an entire module then any functions, autocompletions, etc inside
that module will inherit that try
or trypipe
mode automatically. These are set via the new builtin
runmode
$PWD
(this was just a global
variable previously)@[
man-get-flags
. This exposes Murex’s
internal man page parser to the command line scriptsprivate
s should be resolved before
function
sbrew
aws
yarn
murex/shell
to bring it inline with the naming convention
of other modulesPublished: 15.07.2022 at 20:35
[ ..Range ]
: Outputs a ranged subset of data from
stdinrunmode
: Alter the scheduler’s behaviour at higher
scoping levelmurex-docs
: Displays the man pages for Murex
builtinstrypipe
: Checks for non-zero exits of each function in
a pipelineprivate
: Define a private function blockfunction
: Define a function blockconfig
: Query or define Murex runtime settingsautocomplete
: Set definitions for tab-completion in the
command linetry
:
Handles non-zero exits inside a block of code>>
: Writes stdin to disk - appending contents if
file already exists>>
: Writes stdin to disk - appending contents if
file already exists>
: Writes stdin to disk - overwriting contents if
file already existsThis document was generated from gen/changelog/v2.9_doc.yaml.
This site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Sat Aug 23 22:28:13 UTC 2025 against commit ad23f13ad23f131bfecd82ea8a12d9b3e92aab5d8398ae9.
Current version is 7.0.2129 (website) which has been verified against tests cases.