Skip to content

Overview

🌟 Project Overview

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