zet run

Run arbitrary command inside a notebook's directory. Notebook can be changed with -n switch, otherwise a default notebook is used. You may also use -a switch to run a command separately for each configured notebook.

Examples

$ zet run git status
On branch master
(...)

$ zet run -n other-notebook bash
user@host$ (input prompt)