Breaking Changes:
Features:
>>
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 scriptsMinor Changes:
private
s should be resolved before function
sbrew
aws
yarn
Bug Fixes:
murex/shell
to bring it inline with the naming convention of other modulesPublished: 15.07.2022 at 20:35
>>
) Token: Redirects STDOUT to a file and append its contents>>
(append file): Writes STDIN to disk - appending contents if file already exists>
(truncate file): Writes STDIN to disk - overwriting contents if file already exists[
(range): Outputs a ranged subset of data from STDINautocomplete
: Set definitions for tab-completion in the command lineconfig
: Query or define murex runtime settingsfunction
: Define a function blockmurex-docs
: Displays the man pages for murex builtinsprivate
: Define a private function blockrunmode
: Alter the scheduler’s behaviour at higher scoping leveltry
: Handles errors inside a block of codetrypipe
: Checks state of each function in a pipeline and exits block on errorThis 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 Mon Feb 13 09:18:06 UTC 2023 against commit f339958f33995895c1d997efcdbb8408d2c8d45f8b5f934.
Current version is which has been verified against 13950 tests cases.