Steps
Steps are a flat, ordered checklist. Checking every step does not complete the task.
- Open a task.
- Click + step, or press ctrl+a.
- Type the step and press Enter.
Enter saves the step and opens another empty row. Shift+Enter saves it and finishes any active task edit. Click elsewhere to discard an empty new-step row.
New steps save independently, including during task editing. Cancelling the task edit does not undo steps already added.
Complete
Section titled “Complete”Select a step with a click, Tab, or the arrows. Press Enter to check or uncheck it.
| Mark | Meaning |
|---|---|
▪ | Open |
✓ | Done |
✗ | Marked for removal |
The heading shows completed/total steps. In view mode, status shortcuts change the task, not the selected step.
Rename
Section titled “Rename”- Select a step and press ctrl+e.
- Edit its text.
- Press Shift+Enter to save the task edit.
Enter retains the rename in the edit session without saving that session. Moving to another existing step retains the previous draft. Esc cancels the field; cancelling task editing restores staged changes.
Remove
Section titled “Remove”| Mode | Action |
|---|---|
| Task view | Select a step; press ctrl+x to mark it, then again to remove it |
| Task editing | Select a step; ctrl+x stages removal; Shift+Enter saves |
Cancelling task editing restores staged removals.
Navigate
Section titled “Navigate”- In view mode, Tab / Shift+Tab cycle steps and + step.
- ↓ activates the first stored step; arrows then move between steps.
- During task editing, Tab includes the task fields.
- While adding a step, arrows scroll the page.
- Wheel and scrollbar remain available during editing.
Use the task number and the step’s short ID from direct JSON output:
tsk list T12 --jsontsk steps T12 add "Reproduce the timeout"tsk steps T12 toggle <step-short-id>tsk steps T12 rename <step-short-id> "Reproduce on a slow connection"tsk steps T12 remove <step-short-id>A short ID is the shortest unique prefix of a step ID. Full UUIDs also work.
Read the task again with tsk list T12 --json before retrying an uncertain change. Repeating add adds another step; repeating toggle reverses it; repeating remove refuses after success. Repeating the same rename is safe.
Deleted tasks refuse step changes. CLI errors and exit codes.