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

- Task version: v3.35.1 - Operating system: Ubuntu 20.04 - Experiments enabled: none Basic shell command works exactly the same in sh, bash and zsh (i.e producing the exact same...

type: bug
dep: mvdan/sh

- Task version: v3.34.1 (h1:yAAxUM54zoaHv+OtDnGgkWSVeiRuaOCn1lPUXPQQA0o=) - Operating system: Windows 11 (Same issue is present on Windows 10) - Experiments enabled: None When invoking tasks using Git Bash via Windows Terminal...

os: windows

I'd like to instruct task to not use colored output within the Taskfile if possible. This doesn't work: ``` cat >Taskfile.yml

state: needs triage

Be able to specify a run timeout, for a task and/or a command in the task. Eg i'm using task to run various commands in a pipeline. In certain cases...

type: feature

- Task version: 3.33.1 - Operating system: MacOS 14.4.1 - Experiments enabled: none Taskfile.yml: ``` --- version: "3" vars: PATH: /tmp/{{ .NAME }}/.tmp tasks: print: cmds: - echo {{ .NAME...

state: needs triage

Given the task file below I would love to be able to run *task list-prepared-statements* and have it first run the department of *list-work-groups* before it trys to evaluate the...

state: needs triage

For now completion not working with --global flag. Moreover flag --global not present in completion list

state: needs triage

I think it would be beneficial to allow for execution of an entire task in a single shell. # Motivation It is currently very difficult to use Python's `venv`s or...

type: feature

This feature, or something similar, has been discussed previously (see #243 and [here](https://github.com/go-task/task/issues/195#issuecomment-502905557) in the v3 release tracking ticket), however was never implemented. This is a feature I personally would...

type: feature
type: proposal

There currently (apparently) is no way to run a task or command whenever a task (or command) fails in a native Taskfile way. It would be awesome to have a...

state: needs triage