Example 1: Using ZSH's `status` Command
Use the `status` command to check the current status of a task.
status my_task
Learn more about the status command
Example 2: Using ZSH's `history` Command
Use the `history` command to view the history of a task.
history my_task
Learn more about the history command
Example 3: Using ZSH's `log` Command
Use the `log` command to log progress and errors for a task.
log my_task -m "Completed step 1"