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

Please check if this could be a good solution for the described bug.

Currently, `dotenv` is a global configuration. It would be great if we could specify a different `dotenv` configuration depending on the task we're invoking in addition to the current global...

enhancement
help wanted
feature

I would like globally declared variables to be in scope for expansion in `include` paths. I know something similar was requested in https://github.com/go-task/task/issues/670 and rejected, but I'm specifically asking for...

This should make it easier to generate the same builds locally (tested with --snapshot). https://goreleaser.com/customization/build/#reproducible-builds

Hi everybody, There were some discussions at #694 with regard to ideas of a possible future major release. GitHub discussions are not too good for these discussions so I decided...

v4
meta

- Task version: >= 3.2.1 - Operating System: WSL2 - Ubuntu 20.04 I believe this is a regression in functionality. I have a monorepo that I haven't touched for around...

Inspired by https://justine.lol/make I attempted to add basic Landlock support to Task. This will obviously only work on Linux and requires a decently recent kernel. This PR should serve as...

- Task version: v3.14.1 (h1:myTmEIbMbQx2D+g5lJvnbSqX531HmxiaQuefAqz8ISA=) - Operating System: 46 ~20.04.1-Ubuntu SMP Thu Jul 14 15:20:17 UTC 2022 Since minor version v3.14.1 we have problems to chdir into the correct directory...

type: bug

I have `gradle -t test` (this is watching for file-changes and then reruns the tests) and `task test --watch` open at the same time and task is significantly slower. It...

good first issue
watch

I often want to use the directory of where the Taskfile is located as an input to other commands (not the current working directory), but it seems like `sprig` really...

feature