Overview of repo2txt features
masterrepo2txt is a fast, browser-based tool designed to convert code repositories into plain text for use in LLM prompts.
Key Capabilities:
- Multiple Sources: Supports GitHub (public/private), Local Directories, Zip uploads, GitLab (Beta), and Azure DevOps (Beta).
- Smart Filtering: Includes extension filters,
.gitignoresupport, custom ignore patterns, and directory selection. - Privacy: 100% browser-based processing. No code is uploaded to a server; all processing happens locally on your device. GitHub tokens are stored only in
sessionStorage. - Performance: Uses Web Workers for background tokenization, virtual scrolling for large repos (10,000+ files), and progressive loading.