imsnif / multitask

A mini-CI as a Zellij plugin
MIT License
73 stars 2 forks source link

Running commands from provided cwd #6

Closed leakec closed 9 months ago

leakec commented 9 months ago

Run commands from a user-provided cwd (via the plugin configuration) rather than /host. Using something like cwd=`pwd` in the configuration means the command will run in the directory that multitask was invoked in.

Closes #5.