glab(1) glab(1)

glab-todo-list - List your to-do items.

glab todo list [flags]

By default, lists your pending to-do items. Use --state to show done or all items instead.

Narrow the results with --action to filter by why an item was created, or --type to filter by its target type.

-a, --action="" Filter by action: assigned, mentioned, build_failed, marked, approval_required, directly_addressed.

--jq="" Filter JSON output with a jq expression.

-F, --output="text" Format output as: text, json.

-p, --page=1 Page number.

-P, --per-page=30 Number of items to list per page.

-s, --state="pending" Filter by state: pending, done, all.

-t, --type="" Filter by target type: Issue, MergeRequest.

-h, --help[=false] Show help for this command.

glab todo list
glab todo list --state=done
glab todo list --action=assigned
glab todo list --type=MergeRequest
glab todo list --output=json

glab-todo(1)

Jun 2026 Auto generated by spf13/cobra