go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.01k stars 584 forks source link

On `--list`, have different colors per namespace / included Taskfile #1668

Open andreynering opened 3 months ago

andreynering commented 3 months ago

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.

davidbarratt commented 3 months ago

For me, this would really help when output is set to prefixed.

Maybe having a color key on a task would be a good interface for users? Any task without a color would fallback to the default?