thinkt sessions summary#
Show detailed session summary
Synopsis#
Show detailed information about each session in a project.
Sorting: –sort name|time Sort by session name or modified time (default: time) –desc Sort descending (default for time) –asc Sort ascending (default for name)
Output can be customized with a Go text/template via –template.
Template variables:
thinkt sessions summary [flags]Options#
--asc sort ascending (default for name)
--desc sort descending (default for time)
-h, --help help for summary
--sort string sort by: name, time (default "time")
--template string custom Go text/template for outputOptions inherited from parent commands#
--log string write debug log to file
--pick force project picker even if in a known project directory
-p, --project string project path (auto-detects from cwd if not set)
-s, --source stringArray filter by source (claude|kimi|gemini|copilot|codex|qwen, can be specified multiple times)
-v, --verbose verbose outputSEE ALSO#
- thinkt sessions - View and manage sessions across all sources