mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Update README.md
This commit is contained in:
parent
820fccb302
commit
c189e74067
1 changed files with 18 additions and 2 deletions
20
README.md
20
README.md
|
@ -92,12 +92,28 @@ Use your favorite installation method to download the [AUR package](https://aur.
|
||||||
|
|
||||||
`taskwarrior-tui` reads values from your `taskwarrior`'s `taskrc` file (default: `~/.taskrc`).
|
`taskwarrior-tui` reads values from your `taskwarrior`'s `taskrc` file (default: `~/.taskrc`).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
For example, `color.active` is used to style the active task.
|
For example, `color.active` is used to style the active task.
|
||||||
If you would like to try it, open your `taskrc` file and change `color.active=white on blue`.
|
If you would like to try it, open your `taskrc` file and change `color.active=white on blue`.
|
||||||
|
|
||||||
So `color.active` will take precedence over `color.overdue`.
|
So `color.active` will take precedence over `color.overdue`. You can see what `color.active` is by running `task show color.active` in your favorite shell prompt.
|
||||||
|
|
||||||
You can see what `color.active` is by running `task show color.active` in your favorite shell prompt.
|
The following color attributes are supported:
|
||||||
|
|
||||||
|
```plaintext
|
||||||
|
color.deleted
|
||||||
|
color.completed
|
||||||
|
color.active
|
||||||
|
color.overdue
|
||||||
|
color.scheduled
|
||||||
|
color.due.today
|
||||||
|
color.due
|
||||||
|
color.blocked
|
||||||
|
color.blocking
|
||||||
|
color.recurring
|
||||||
|
color.tagged
|
||||||
|
```
|
||||||
|
|
||||||
Other `taskwarrior-tui` configuration options are possible using the user defined attribute feature of `taskwarrior`.
|
Other `taskwarrior-tui` configuration options are possible using the user defined attribute feature of `taskwarrior`.
|
||||||
All `taskwarrior-tui` specific configuration options will begin with `uda.taskwarrior-tui.`.
|
All `taskwarrior-tui` specific configuration options will begin with `uda.taskwarrior-tui.`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue