Skip to content

list

Terminal window
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.

-t, --token <string>
use <string> as Todoist API token
Terminal window
# 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