Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Moving your tasks

henspace edited this page Mar 18, 2015 · 1 revision

Once you have created your list, the tasks are presented in order of priority and then in the order they were created. You can move tasks up and down the list, by using the following commands. However, remember that the priority of the task will still be honoured. So, for example if you try to move a task with priority 5 up the list, it will only finish up at the top of those with a priority of 5 or less; you won't be able to move it above a task with a priority of 6.

To move a task up the list use UP or U followed by the id of the task you want to move. For all these commands you can use ^ or . to refer to the current task.

To move a task down the list use DOWN or D.

To move a task to the top of the list, use FIRST or F.

E.g.

 UP 6
 U 7
 UP ^
 UP .
 DOWN 10
 DOWN ^
 DOWN .
 FIRST
 F ^

Clone this wiki locally