mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +02:00
docs: Update README.md 📚
This commit is contained in:
parent
a9ff264e3b
commit
d49e3d3c50
1 changed files with 12 additions and 8 deletions
20
README.md
20
README.md
|
@ -89,22 +89,24 @@ See the documentation for more information:
|
||||||
- <https://kdheepak.com/taskwarrior-tui/configuration/colors>
|
- <https://kdheepak.com/taskwarrior-tui/configuration/colors>
|
||||||
- <https://kdheepak.com/taskwarrior-tui/configuration/advanced/>
|
- <https://kdheepak.com/taskwarrior-tui/configuration/advanced/>
|
||||||
|
|
||||||
Here is an example `.taskrc`
|
<p>Here is an example <code>.taskrc</code></p>
|
||||||
|
<pre class=".taskrc"><code>### taskwarrior configuration options
|
||||||
|
|
||||||
```.taskrc
|
# taskwarrior's configuration
|
||||||
### taskwarrior configuration options
|
|
||||||
|
|
||||||
# taskwarrior's configuration
|
|
||||||
data.location=.task
|
data.location=.task
|
||||||
verbose=affected,blank,context,edit,header,footnote,label,new-id,project,special,sync,recur
|
verbose=affected,blank,context,edit,header,footnote,label,new-id,project,special,sync,recur
|
||||||
uda.priority.values=H,M,,L
|
uda.priority.values=H,M,,L
|
||||||
color.alternate=
|
color.alternate=
|
||||||
|
|
||||||
# taskwarrior-tui reads color attributes from the following to display the same colors of tasks as the CLI
|
# taskwarrior-tui reads color attributes from the following to display the same colors of tasks as the CLI
|
||||||
|
|
||||||
color.tagged=black on rgb444
|
color.tagged=black on rgb444
|
||||||
|
|
||||||
# Remove age, tags from task next report.
|
# Remove age, tags from task next report.
|
||||||
|
|
||||||
# taskwarrior-tui reads the labels and columns from these options to display tasks the same way taskwarrior does
|
# taskwarrior-tui reads the labels and columns from these options to display tasks the same way taskwarrior does
|
||||||
|
|
||||||
report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg
|
report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg
|
||||||
report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description.truncated_count,urgency
|
report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description.truncated_count,urgency
|
||||||
report.next.filter=(status:pending or status:waiting) page:limit
|
report.next.filter=(status:pending or status:waiting) page:limit
|
||||||
|
@ -114,11 +116,13 @@ report.next.filter=(status:pending or status:waiting) page:limit
|
||||||
uda.taskwarrior-tui.keyconfig.done=x
|
uda.taskwarrior-tui.keyconfig.done=x
|
||||||
uda.taskwarrior-tui.keyconfig.delete=d
|
uda.taskwarrior-tui.keyconfig.delete=d
|
||||||
uda.taskwarrior-tui.shortcuts.0=~/local/bin/task-sync.sh
|
uda.taskwarrior-tui.shortcuts.0=~/local/bin/task-sync.sh
|
||||||
uda.taskwarrior-tui.report.next.filter=(status:pending or status:waiting)
|
uda.taskwarrior-tui.report.next.filter=(status:pending or status:waiting)</code></pre>
|
||||||
```
|
|
||||||
|
|
||||||
`taskwarrior-tui` parses the output of `task show` to get configuration data.
|
<p><code>taskwarrior-tui</code> parses the output of <code>task
|
||||||
This allows `taskwarrior-tui` to use the same defaults as `taskwarrior` and configure additional options as required.
|
show</code> to get configuration data. This allows
|
||||||
|
<code>taskwarrior-tui</code> to use the same defaults as
|
||||||
|
<code>taskwarrior</code> and configure additional options as
|
||||||
|
required.</p>
|
||||||
|
|
||||||
### References / Resources
|
### References / Resources
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue