list
todoister list [flags] [NAME]...List projects and subprojects.
NAME is the name of one or more projects to list tasks from.
If no NAME is given, all projects are listed.
You can specify a project name by its full path, e.g., Work/Project.
Names are case-insensitive.
Global Flags
Section titled “Global Flags”-t,--token<string>- use
<string>as Todoist API token
Examples
Section titled “Examples”# List all projects and subprojects:todoister ls
# List projects Work and Life and their subprojects:todoister ls Work Life
# List all subprojects of Project, which is a subproject of Work:todoister ls Work/Project