2 releases
| 0.1.1 | Oct 13, 2025 |
|---|---|
| 0.1.0 | Oct 8, 2025 |
#199 in Development tools
13KB
257 lines
Gitingesters
A secure Rust CLI wrapper for gitingest with Docker isolation and maximum security features.
Installation
cargo install gitingesters
Or from source:
git clone https://github.com/oakenknight/gitingest-sandbox.git
cd gitingest-sandbox
cargo install --path .
Usage
Build Docker image
gitingesters build
Process local directory
gitingesters run /path/to/project /path/to/output
Process GitHub repository
gitingesters run-url https://github.com/user/repo /path/to/output
Output
Creates digest.md in the output directory with LLM-friendly text content of your repository.
Dependencies
~1–1.5MB
~28K SLoC