About

totxt is a Python CLI tool designed to extract source code files from a repository and consolidate them into a single, comprehensive text file (To feed into LLMs). Key Features: ๐Ÿ” Recursive Scanning: Automatically scans directories to find all source code files ๐Ÿšซ Respects .gitignore: Excludes files and directories specified in .gitignore ๐Ÿ“„ Multi-Language Support: Handles files from various programming languages ๐Ÿ“ Recreate Script: The recreate script allows you to recreate the folder and file structure from the generated .txt file