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 outputSEE ALSO#
- thinkt - Tools for AI assistant session exploration and extraction
- thinkt projects copy - Copy project sessions to a target directory
- thinkt projects list - List projects from all sources
- thinkt projects summary - Show detailed project summary
- thinkt projects tree - Show projects in a tree view
- thinkt projects view - Interactive project browser