kdheepak / taskwarrior-tui

`taskwarrior-tui`: A terminal user interface for taskwarrior
https://kdheepak.com/taskwarrior-tui
MIT License
1.47k stars 68 forks source link

color syntax for task details #206

Open xarthurx opened 3 years ago

xarthurx commented 3 years ago

Description

When editing the specific tasks, there's a color syntax for different sections, parameters: image

However, the main TUI only allows color syntax for the Task content area, not the bottom task details.

image

Color code the details would be helpful to allow the user to identify important information more quickly. For instance, using separate color for Description, status, project, all time-related info, etc.

A more complete but harder-to-implement possibility is to allow color themes settings. (Perhaps separate the setting for taskwarrior-tui from the taskrc file, and use its own init file, when the number of settings exposed to the user grows bigger.)

kdheepak commented 3 years ago

Great idea! Relevant context here: https://github.com/kdheepak/taskwarrior-tui/issues/60#issuecomment-800553421. Better color support is being tracked here: https://github.com/kdheepak/taskwarrior-tui/issues/10.