1 مستودع
Utilities that concatenate multiple source files into a single structured text format for machine processing.
Distinct from Text Concatenation: Unlike rich text serialization, this focuses on linear concatenation of source code for LLM context windows.
Explore 1 awesome GitHub repository matching development tools & productivity · Codebase Text Serializers. Refine with filters or upvote what's useful.
Gitingest is a tool for extracting, converting, and estimating the token size of codebases to facilitate ingestion by large language models. It transforms GitHub repositories and local directories into a single formatted text file that serves as a structured context window for model analysis. The utility includes a codebase token estimator to calculate file structure and total token counts, helping to determine the scale of the extracted content. It supports both public and private repositories through token-based authentication and respects gitignore configurations to filter out irrelevant p
Concatenates entire codebase contents into a single formatted text block optimized for LLM context windows.