dog icon indicating copy to clipboard operation
dog copied to clipboard

Dog wants to be a very good task runner

Results 4 dog issues
Sort by recently updated
recently updated
newest added

I have many Dog tasks that open new shells (thanks to Docker). Example: ```yaml - task: prod-api-sh description: Shell into the api container in production code: convox exec $(convox ps...

bug

It would be great to forward signals to child (sigint in particular). This would allow for graceful shutdown of a server run by dog. I'm not sure how it would...

Thought: is positional substitution preferable to named variables? e.g. `{{ .ParamName }}` or `$paramName` seems easier to follow than `$1`, `$2`, `$3`, etc...

When using dog to run commands that prints out lines with colors, it seems like dog is stripping out the colors for some reason. I have a project called [Quickwiki](https://github.com/VictorBjelkholm/quickwiki)...

bug