You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(output): Add tree-only mode for structure-only output
Add -T/--tree-only flag to output just the file structure without
file contents. This is useful for sharing project layout with LLMs
without overwhelming context with full file contents.
- Add CLI flag with short (-T) and long (--tree-only) forms
- Add T keybinding to toggle tree-only mode in interactive TUI
- Update markdown and text templates to conditionally render files
- Update documentation with new option and example usage
0 commit comments