Laurence Morgan

Results 108 issues of 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`...

enhancement

>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...

enhancement
design question
tooling

A few ideas to improve the recursive directory lookups in _murex_: * [ ] exclusion paths * [ ] pre-fetch cache * [x] delayed autocompletion suggestions ## Exclusion paths It...

enhancement
design question
in progress

The autocomplete definitions for `docker` and `docker-compose` is sorely lacking. I should address this

autocomplete
in progress

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...

enhancement
in progress

I really should be testing the return types as well as just testing the process executes

enhancement

``` » config -> [[ /shell/syntax-highlighting ]] -> [ Data-Type Description ] [ "bool", "Syntax highlighting of murex code when in the interactive shell" ] ``` ``` » config ->...

bug

Just like variables and other executable code blocks do

enhancement

Same format as the `autocomplete` command; passed to `read` via stdin

enhancement

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...

enhancement