thinkt projects#

Manage and view projects

Synopsis#

Manage and view projects from available sources (Kimi, Claude, Gemini, Copilot, Codex, Qwen).

By default, this command launches the interactive project browser (TUI). Use subcommands to list, summarize, or manage projects via CLI.

Examples: thinkt projects # Launch interactive browser (default) thinkt projects list # List detailed columns thinkt projects list –short # List paths only thinkt projects summary # Detailed summary with session names thinkt projects tree # Tree view

thinkt projects [flags]

Options#

  -h, --help                 help for projects
  -s, --source stringArray   source to include (kimi|claude|gemini|copilot|codex|qwen, can be specified multiple times, default: all)

Options inherited from parent commands#

  -v, --verbose   verbose output

SEE ALSO#