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
A Pytyhon utility that recursively scans a project directory and consolidates all text-based files into a single, formatted .txt file. It intelligently respects .gitignore rulse (or custom exclusions) to skip binaries and non-essential files (e.g., node_modules). The output is ideal for sharing or feeding into LLMs.