mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Man page corrections. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
c247cf11ad
commit
99849e55b4
2 changed files with 5 additions and 8 deletions
|
@ -18,13 +18,11 @@ At the core, taskwarrior is a list processing program. You add text and
|
|||
additional related parameters and redisplay the information in a nice way. It
|
||||
turns into a todo list program when you add due dates and recurrence. It turns
|
||||
into an organized todo list program when you add priorities, tags (one word
|
||||
descriptors), project groups, etc. Taskwarrior turns into an organized to do
|
||||
list program when you modify the configuration file to have the output displayed
|
||||
the way you want to see it.
|
||||
descriptors), project groups, etc.
|
||||
|
||||
.SH FILTER
|
||||
The <filter> consists of zero or more search criteria that select tasks. For
|
||||
example, to list all tasks belonging to the 'Home' project:
|
||||
example, to list all pending tasks belonging to the 'Home' project:
|
||||
|
||||
task project:Home list
|
||||
|
||||
|
|
|
@ -280,7 +280,7 @@ and project. The others are sent to standard output.
|
|||
.B confirmation=yes
|
||||
May be "yes" or "no", and determines whether taskwarrior will ask for
|
||||
confirmation before deleting a task, performing bulk changes, or the undo
|
||||
command. The default value is "yes". Consider leaving this setting as "no",
|
||||
command. The default value is "yes". Consider leaving this setting as "yes",
|
||||
for safety.
|
||||
|
||||
.TP
|
||||
|
@ -1196,8 +1196,7 @@ An optional value to a report limiting the number of displayed tasks in the
|
|||
generated report. Deprecated.
|
||||
|
||||
.TP
|
||||
Taskwarrior comes with a number of predefined reports in its default
|
||||
configuration file. These reports are:
|
||||
Taskwarrior comes with a number of predefined reports, which are:
|
||||
|
||||
.TP
|
||||
.B next
|
||||
|
@ -1205,7 +1204,7 @@ Lists the most important tasks.
|
|||
|
||||
.TP
|
||||
.B long
|
||||
Lists all tasks and all data, matching the specified criteria.
|
||||
Lists all pending tasks and all data, matching the specified criteria.
|
||||
|
||||
.TP
|
||||
.B list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue