maid
maid copied to clipboard
Markdown driven task runner.
Watch files
````markdown ## watch Run task `build` and watch `src/*.js` ```` Or ````markdown ## watch Run task `build` before this and watch `src/*.js` ```` A new command for running task and...
Want zsh completion. Complete task list and options
Eg: ``` ## task Does task Run tasks `foo`, `bar` before this Run tasks `baz`, `yak` after this ``` `foo`, `bar`, `baz` and `yak` will all be executed before `task`...
Eg: ```bash detatched long-running-process & ``` This would require passing the `detached` option to spawn, and there is the caveat: > When using the detached option to start a long-running...
`events.js:182 throw er; // Unhandled 'error' event ^ Error: spawn bash ENOENT `
First off, Maid is a great idea. Nice work. I think coffeescript support in the code blocks would be useful for many people.
Hello good people of maid, It would be useful if code blocks could communicate somehow. ## Stdin - stdout In the following pattern the code blocks are connected through the...
Probably fixes #22. Plus better handling of python and actually the shorthands for those "languages". Sorry that it's in one big commit, it was impossible in another way. The thing...
Thanks for the comment on HN https://news.ycombinator.com/item?id=17196329
So. While implementing #4, i reconsider the #29. And realized that we only should support `maidfile.md` (from cwd to 5 dirs up) and `.maidfile.md` (from cwd to 10 dirs up)...