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

I was thinking about a possibility of having a directory full of individual task files and just including the entire directory of tasks without having to specify all of them...

state: needs triage

# Summary As remote taskfiles are on the roadmap it probably makes sense to be able to unit test taskfiles as well to ensure that any breaking changes are adequately...

state: needs triage

### Discussed in https://github.com/go-task/task/discussions/1620 Originally posted by **usersina** April 26, 2024 - Task version: `v3.36.0` - Operating system: `Arch Linux x86_64 6.6.28-1-lts` - Experiments enabled: `No` Given the following `Taskfile.yml`:...

state: needs triage

It would be a very cool/useful feature if there was a way to profile (both in memory usage, and in time) a task. This includes profiling all children tasks of...

type: proposal

# Using `task: ...` in `preconditions` This feature requests aims to allow using `task: ...` property in `preconditions` array of a task. Currently, `preconditions` is an array of either string...

state: needs triage

- Task version: 3.37.2 - Operating system: Linux - Experiments enabled: Pretty much the same issue that was described [here](https://github.com/go-task/task/issues/1646), please find below a pretty similar reproduceable example. **Taskfile.dist.yml:** ```...

state: needs discussion

Discussed in https://github.com/go-task/task/discussions/824 This was originally asked for `--list`, but we could consider coloring the task name when running tasks as well.

type: feature
area: ui

- Task version: Task version: v3.29.1 (h1:q4mqGSR40qTOf9XZp2ySY3cM6enb2d+AqaxI/pEBiLk=) - Operating system: Ventura 13.5 - Experiments enabled: none I guess ```yaml # taskfile.yml version: "3" includes: silent: taskfile.silent.yml ``` ```yaml # taskfile.silent.yml...

type: bug
area: reader