When collaborating with multiple people, there is no command to view the project's pending tasks, which is very inconvenient. Provide a ':list' command to show task progress and status.
The main issue is that when collaborating with multiple people, there is no command to view the project's pending tasks, which is very inconvenient. Provide a :list command. The results are shown below: ``` ┌─────────────────────────────────┬──────────┬──────────────────────────┐ │ Change │ Progress │ Status │ ├─────────────────────────────────┼──────────┼──────────────────────────┤ │ task1 │ 12/12 ✓ │ Ready to archive │ ├─────────────────────────────────┼──────────┼──────────────────────────┤ │ task1 │ 21/21 ✓ │ Ready to archive │ ├─────────────────────────────────┼──────────┼──────────────────────────┤ │ task1 │ 12/16 │ 4 tasks incomplete │ ├─────────────────────────────────┼──────────┼──────────────────────────┤ │ task1 │ 0/27 │ Not started │ └─────────────────────────────────┴──────────┴──────────────────────────┘ ```