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
