task icon indicating copy to clipboard operation
task copied to clipboard

A task runner / simpler Make alternative written in Go

Results 308 task issues
Sort by recently updated
recently updated
newest added

Hello, I'm working on developing a task and I'd like to re-run just it even it's up to date, but I don't want its dependencies to run because they take...

question

It would be great to be able to set global preconditions to prevent running any tasks in a Taskfile and its children if the precondition is not met. This would...

type: feature

Is it possible to run multiple tasks? Maybe something like: `task figues/*`?

feature
v4

[Originally suggestion on Reddit](https://www.reddit.com/r/golang/comments/ib4px3/task_v300_is_released/g1tvf69/)

feature
proposal
v4

I'm new with Taskfile. I start to write my first Taskfile.yaml and I realize a serious problem : preconditions. It's a great option but from what I see we can't...

feature
v4

- Task version: 3.2.2 - Operating System: MacOS & Linux Firstly thanks a lot for the excellent tool! I've moved lots of hacky shell scripts over to task. ### Example...

area: env
type: breaking change

- Task version: `v3.4.2 (h1:DRATD5qavWC5FqpopJ/JcCelOMakFtGS7CubdZ/FiQY=)` - Operating System: `Linux ... 5.4.0-70-generic #78-Ubuntu SMP ... x86_64 x86_64 x86_64 GNU/Linux` ## The issue description The documentation implies that passing variables into `task`...

area: env
type: breaking change

- Task version: 3.6.0 - Operating System: OpenSUSE Tumbleweed I believe this is a bug as it is not expected behavior from a user's point of view. Variables that use...

bug
variables
v4

Add an option that instructs Task to print a timestamp when a task is started. Something like: ``` [2020-04-08 10:53:53] task: [my-task] ... ``` Not sure if this option would...

feature
v4

- Task version: v3.7.0 (h1:8dDFv12/Lxi6PHkYNIIm7N6v6oRGxePpLK67LuMh/Rs=) - Operating System: linux ### Prerequisites Install NVM as described here https://github.com/nvm-sh/nvm#installing-and-updating ### Example Taskfile showing the issue ```yaml version: '3' tasks: nvm-install: cmds: -...

bug