repo-to-text and repo2txt
These are competitors offering similar core functionality—converting repository contents into single text files for LLM consumption—with the main distinction being that one is a CLI tool with package distribution while the other is a web-based interface.
About repo-to-text
kirill-markin/repo-to-text
Convert a repository structure and its contents into a single text file, including the tree output and file contents in markdown code blocks. It may be useful to chat with LLM about your code.
About repo2txt
abinthomasonline/repo2txt
Web-based tool converts GitHub repository contents into a single formatted text file
Supports multiple sources (GitHub, GitLab, Azure DevOps, local files, zip uploads) with smart filtering via .gitignore patterns and custom rules. Built with React 19, Vite, and Web Workers for background tokenization, enabling efficient processing of 10,000+ file repositories entirely in-browser with zero server uploads. Real-time GPT token counting and virtual scrolling optimize the experience for preparing code context for LLM prompts.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work