zifeo / whiz

Modern DAG/tasks runner for multi-platform monorepos with live reloading, env management, pipes, and more in a tabbed view.
https://metatype.dev/docs/reference/ecosystem?utm_source=github&utm_medium=about&utm_campaign=whiz
Mozilla Public License 2.0
19 stars 14 forks source link

Coloring option #18

Open zifeo opened 1 year ago

zifeo commented 1 year ago

In a task, let's offer some colors with this syntax:

my_task:
  color:
    "^[app]": red
    "http://(.*)": #eee

This should support TUI colors and hex.

boris-sinyapkin commented 11 months ago

Very interesting item to deal with! I will start implementing this.

boris-sinyapkin commented 11 months ago

@zifeo hi! please check PR created.