Commandstask

ody task list

List pending task files

Synopsis

ody task list

Flags

This command has no flags.

Behavior

  1. Scans .ody/tasks/ for .code-task.md files.
  2. Reads the YAML frontmatter of each file.
  3. Filters to tasks with status: pending.
  4. Displays each pending task's title and filename.

If the .ody/tasks/ directory does not exist, the command reports an error. If no task files are found or none are pending, it displays an informational message.

Output

Found 3 pending task(s):
  - Add Email Validation  (add-email-validation.code-task.md)
  - Create User Profile Page  (create-user-profile-page.code-task.md)
  - Update API Error Handling  (update-api-error-handling.code-task.md)

Example

$ ody task list

On this page