Skip to content

lb tree

Terminal window
lb tree [category] [options]

lb tree prints your PARA hierarchy. You can optionally filter to a single category (projects, areas, or resources) and by status. Archive items are hidden by default unless --status archived is passed.

Argument Description
category Optional. One of projects, areas, or resources. Omit to show all categories.
Option Type Description
--status <status> string Filter by status: active or archived. Omit to show active items only.
--json flag Output raw JSON.
--api-url <url> string Override the API base URL.

Show all active PARA items:

Terminal window
lb tree

Show only projects:

Terminal window
lb tree projects

Show archived areas:

Terminal window
lb tree areas --status archived

Output the full tree as JSON:

Terminal window
lb tree --json | jq '.[].label'