mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix #211 - it was unclear which commands modify a task description
- rearranged commands on man page. - new subsection for the "modifying" commands.
This commit is contained in:
parent
ea067acb52
commit
297f48a07c
1 changed files with 31 additions and 29 deletions
|
@ -21,39 +21,18 @@ Adds a new task to the task list.
|
||||||
.B log [tags] [attrs] description
|
.B log [tags] [attrs] description
|
||||||
Adds a new task that is already completed, to the task list.
|
Adds a new task that is already completed, to the task list.
|
||||||
|
|
||||||
.TP
|
|
||||||
.B append [tags] [attrs] description
|
|
||||||
Appends information to an existing task.
|
|
||||||
|
|
||||||
.TP
|
|
||||||
.B prepend [tags] [attrs] description
|
|
||||||
Prepends information to an existing task.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B annotate ID description
|
.B annotate ID description
|
||||||
Adds an annotation to an existing task.
|
Adds an annotation to an existing task.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B ID [tags] [attrs] [description]
|
.B info ID
|
||||||
Modifies the existing task with provided information.
|
Shows all data and metadata for the specified task.
|
||||||
|
|
||||||
.TP
|
|
||||||
.B ID /from/to/
|
|
||||||
Performs one substitution on task description and annotation for fixing mistakes.
|
|
||||||
|
|
||||||
.TP
|
|
||||||
.B ID /from/to/g
|
|
||||||
Performs all substitutions on task description and annotation for fixing mistakes.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B ID
|
.B ID
|
||||||
With an ID but no specific command, task runs the "info" command.
|
With an ID but no specific command, task runs the "info" command.
|
||||||
|
|
||||||
.TP
|
|
||||||
.B edit ID
|
|
||||||
Launches an editor to let you modify all aspects of a task directly.
|
|
||||||
Use carefully.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B undo
|
.B undo
|
||||||
Reverts the most recent action.
|
Reverts the most recent action.
|
||||||
|
@ -70,10 +49,6 @@ Duplicates the specified task and allows modifications.
|
||||||
.B delete ID
|
.B delete ID
|
||||||
Deletes the specified task from task list.
|
Deletes the specified task from task list.
|
||||||
|
|
||||||
.TP
|
|
||||||
.B info ID
|
|
||||||
Shows all data and metadata for the specified task.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B start ID
|
.B start ID
|
||||||
Marks the specified task as started.
|
Marks the specified task as started.
|
||||||
|
@ -150,6 +125,10 @@ Displays all possible colors, or a sample.
|
||||||
.B version
|
.B version
|
||||||
Shows the task version number
|
Shows the task version number
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B help
|
||||||
|
Shows the long usage text.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B config [name [value | '']]
|
.B config [name [value | '']]
|
||||||
Shows the current settings in the task configuration file. Also supports
|
Shows the current settings in the task configuration file. Also supports
|
||||||
|
@ -168,9 +147,32 @@ Finally, this command removes any 'name=...' entry from the .taskrc file:
|
||||||
|
|
||||||
task config name
|
task config name
|
||||||
|
|
||||||
|
.SH MODIFYING SUBCOMMANDS
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B help
|
.B ID [tags] [attrs] [description]
|
||||||
Shows the long usage text.
|
Modifies the existing task with provided information.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B ID /from/to/
|
||||||
|
Performs one substitution on task description and annotation for fixing mistakes.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B ID /from/to/g
|
||||||
|
Performs all substitutions on task description and annotation for fixing mistakes.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B edit ID
|
||||||
|
Launches an editor to let you modify all aspects of a task directly.
|
||||||
|
Use carefully.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B append [tags] [attrs] description
|
||||||
|
Appends information to an existing task.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B prepend [tags] [attrs] description
|
||||||
|
Prepends information to an existing task.
|
||||||
|
|
||||||
.SH REPORT SUBCOMMANDS
|
.SH REPORT SUBCOMMANDS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue