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

Trying to use the install script on my Raspberry Pi 3 Model B fails: ```console admin@rpi:~ $ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin % Total % Received...

area: installer

Fixes #293 A draft PR based off [this comment](https://github.com/go-task/task/issues/293#issuecomment-1542105162). It's a pretty simple implementation. We have a new internal package called `completion`. This will embed any files in the `internal/completion/templates/*`...

area: completions

WIP to cover off #1402. There is [a flowchart sketched out here on this branch](https://github.com/jlucktay/task/blob/issue-1402/add-ttl-to-taskfile-cache/taskfile/README.md) to describe the overall flow.

fix https://github.com/go-task/task/issues/1605 suppress https://github.com/go-task/task/pull/1608 add lock to all ordered map

> Thanks for your pull request, we really appreciate contributions! > > Please understand that it may take some time to be reviewed. > > Also, make sure to follow...

if I understand correctly, the only way to have a task run different commands in parallel, and cleanly exit when the task is killed, is by using the `deps` feature...

state: awaiting response

We have option for displaying summary, also we configure input variables. I we use multiple task modules and sharing between teams, document generation tool can really helpout to have better...

type: feature
area: formatting

I would love to have taskfile binary at standard debian and/or ubuntu package managers such as apt.

type: feature
area: releasing

Since upgrading task to latest v3.37.x releases I am seeing variable overrides for included tasks functioning as no-ops. For example, given this task include: ```yaml includes: staging: taskfile: ./taskfiles/instance.yml vars:...

state: needs triage

- Task version: 3.37.2 - Operating system: MacOS - Experiments enabled: TASK_X_MAP_VARIABLES=2 Taskfile: ```yml version: '3' vars: ENV_NAME: sh: echo $(hostname)_$(users) includes: test_import: taskfile: '{{.ENV_NAME}}.yml' tasks: test: cmds: - echo...

state: needs triage