| Age | Commit message (Collapse) | Author |
|
Now %sh{ ... } can access positional parameters through
standard shell construct, allowing simple handling of variable
parameters.
def command accepts -shell-params flag to use this facility.
|
|
|
|
when a kakoune releated env var used in a shell command, the ShellManager
tries to match it with given regex and the first that matches calls its
value retriever.
For this to be useful, EnvVarRetrievers now also take the variable
name in its parameters.
|
|
Add a ShellManager::pipe method, which pipes a string into the
command. Not quite satisfied with this interface.
|
|
|
|
ShellManager provides shell commands with environement variable
to retrieve some internal values in the shell parameters.
|