diff --git a/README.md b/README.md index 173c4b0..b901c98 100644 --- a/README.md +++ b/README.md @@ -89,24 +89,23 @@ See the documentation for more information: - - -

Here is an example .taskrc

-
### taskwarrior configuration options
+
+Here is an example `.taskrc` -# taskwarrior's configuration +```.taskrc +### taskwarrior configuration options +# taskwarrior's configuration data.location=.task verbose=affected,blank,context,edit,header,footnote,label,new-id,project,special,sync,recur uda.priority.values=H,M,,L color.alternate= # taskwarrior-tui reads color attributes from the following to display the same colors of tasks as the CLI - color.tagged=black on rgb444 # 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 - 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.filter=(status:pending or status:waiting) page:limit @@ -116,13 +115,13 @@ report.next.filter=(status:pending or status:waiting) page:limit uda.taskwarrior-tui.keyconfig.done=x uda.taskwarrior-tui.keyconfig.delete=d 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) +``` -

taskwarrior-tui parses the output of task -show to get configuration data. This allows -taskwarrior-tui to use the same defaults as -taskwarrior and configure additional options as -required.

+`taskwarrior-tui` parses the output of `task show` to get configuration data. +This allows `taskwarrior-tui` to use the same defaults as `taskwarrior` and configure additional options as required. + + ### References / Resources