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