mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
TW-303: Make "task import" update existing tasks
This commit is contained in:
parent
45088dc9ce
commit
9d6067e2fe
7 changed files with 50 additions and 19 deletions
|
@ -346,14 +346,17 @@ provided for exceptional circumstances. Use carefully.
|
|||
|
||||
.TP
|
||||
.B task import [<file> ...]
|
||||
Imports tasks in the JSON format. The standard task release comes with a few
|
||||
example scripts, such as:
|
||||
Imports tasks in the JSON format. Can be used to add new tasks, or update
|
||||
existing ones. Tasks are identified by their UUID.
|
||||
|
||||
If no file or "-" is specified, import tasks from STDIN.
|
||||
|
||||
For importing other file formats, the standard task release comes with a
|
||||
few example scripts, such as:
|
||||
|
||||
import-todo.sh.pl
|
||||
import-yaml.pl
|
||||
|
||||
If no file or "-" is specified, import tasks from STDIN.
|
||||
|
||||
.TP
|
||||
.B task log <mods>
|
||||
Adds a new task that is already completed, to the task list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue