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
ad16ef71af
commit
37a1dafc7e
1 changed files with 6 additions and 2 deletions
|
@ -101,10 +101,14 @@ You can see what `color.active` is by running `task show color.active` in your f
|
||||||
|
|
||||||
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.`.
|
||||||
The following is a full list of all the options available.
|
The following is a full list of all the options available and their default values implemented by `taskwarrior-tui` if not defined in your `taskrc` file.
|
||||||
|
|
||||||
```plaintext
|
```plaintext
|
||||||
uda.taskwarrior-tui.indicator=•
|
uda.taskwarrior-tui.selection.indicator=•
|
||||||
|
uda.taskwarrior-tui.selection.bold=yes
|
||||||
|
uda.taskwarrior-tui.selection.italic=no
|
||||||
|
uda.taskwarrior-tui.selection.dim=no
|
||||||
|
uda.taskwarrior-tui.selection.blink=no
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue