Please see the dstask-import tw instructions to import taskwarrior tasks.
Commands and syntax are deliberately very similar to taskwarrior. Here are the exceptions:
- The command is (nearly) always the first argument. Eg,
task eat some add bananaswon't work, buttask add eat some bananaswill. If there's an ID, it can proceed the command but doesn't have to. - Priorities are added by the keywords
P0P1P2P3. Lower number is more urgent. Default isP2. For exampletask add eat some bananas P1. The keyword can be anywhere after the command. - Action is always the first argument. Eg,
task eat some add bananaswon't work, buttask add eat some bananaswill. - Contexts are defined on-the-fly, and are added to all new tasks if set. Use
--to ignore current context in any command.