mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
Add documentation
This commit is contained in:
parent
f95df88ebf
commit
546186de56
1 changed files with 12 additions and 1 deletions
|
@ -11,7 +11,7 @@ uda.taskwarrior-tui.selection.italic=no
|
|||
uda.taskwarrior-tui.selection.dim=no
|
||||
uda.taskwarrior-tui.selection.blink=no
|
||||
uda.taskwarrior-tui.mark.indicator=✔
|
||||
uda.taskwarrior-tui.unmark.indicator=
|
||||
uda.taskwarrior-tui.unmark.indicator=
|
||||
uda.taskwarrior-tui.mark-selection.indicator=⦿
|
||||
uda.taskwarrior-tui.unmark-selection.indicator=⦾
|
||||
uda.taskwarrior-tui.calendar.months-per-row=4
|
||||
|
@ -58,3 +58,14 @@ uda.taskwarrior-tui.keyconfig.shortcut1=n
|
|||
```
|
||||
|
||||
You can set up shortcuts to run `task sync` or any custom bash script that you'd like.
|
||||
|
||||
## Configure one background task
|
||||
|
||||
You can configure one background task to run periodically:
|
||||
|
||||
```plaintext
|
||||
uda.taskwarrior-tui.background_process=task sync
|
||||
uda.taskwarrior-tui.background_process_period=5
|
||||
```
|
||||
|
||||
This will run `task sync` every 5 seconds. If the `background_process` is an empty string (default), then no process will be run. Only if the `background_process` is defined and if the `background_process` runs successfully, it'll be run every `background_process_period` number of seconds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue