Turn any Git repository into a prompt-friendly text ingest for LLMs.
- #GitHub
Hi, do you know the gitingest?
Turn any Git repository into a prompt-friendly text ingest for LLMs.
You can also replace hub with ingest in any GitHub URL to access the corresponding digest.
🚀 Features
- Easy code context: Get a text digest from a Git repository URL or a directory
- Smart Formatting: Optimized output format for LLM prompts
- Statistics about:
File and directory structure
Size of the extract
Token count
- CLI tool: Run it as a shell command
- Python package: Import it in your code