Laurence Morgan
Laurence Morgan
Currently _murex_ only compiles in the group `commands`. _murex_ should compile all docs and such docs should be search able via `murex-docs group/page` eg ``` murex-docs user-guide ansi ``` `murex-docs`...
>Hey Author ;-) > >If I can find the wherewithal to switch my native shell to one of these shell improvements such as yours I will. I think the productivity...
A few ideas to improve the recursive directory lookups in _murex_: * [ ] exclusion paths * [ ] pre-fetch cache * [x] delayed autocompletion suggestions ## Exclusion paths It...
The autocomplete definitions for `docker` and `docker-compose` is sorely lacking. I should address this
Currently there is an `exec` command for forking external processes. There should be one for other _murex_ processes so commands can be specified where namespaces clash. Proposed builtin: `fexec` (function...
I really should be testing the return types as well as just testing the process executes
``` » config -> [[ /shell/syntax-highlighting ]] -> [ Data-Type Description ] [ "bool", "Syntax highlighting of murex code when in the interactive shell" ] ``` ``` » config ->...
Just like variables and other executable code blocks do
Same format as the `autocomplete` command; passed to `read` via stdin
My thinking behind this is that if `catch` is supplied as a parameter then `try`/`trypipe` doesn't need to return a non-zero exit number which then means you can nest try...