Step 2: Tasks
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 2 · Section 5 of 11
Step 2: Tasks
Run the task CLI to get open items:
```bash reminders show Tasks —format json | jq ’[.[] | select(.isCompleted == false)] | .[:10] | .[] | .title’ ```
If no tasks are returned, note “No open tasks.”