gitingest
gitingest copied to clipboard
Replace 'hub' with 'ingest' in any github url to get a prompt-friendly extract of a codebase
Great project! Its a great way for AI agents to ingest codebases! Have you all considered surfacing the `config.py` variables such as `MAX_FILES` and others as environment variables? So that...
is it possible to add support for private repos (by way of token or some other secure auth measure)?
Java build systems such as gradle or maven come with packages scripts downloading the entire build system. I think, these files should be excluded: - `gradlew.bat` and `gradlew` for [gradle](https://docs.gradle.org/current/userguide/gradle_wrapper.html)...
MCP Server that intagrates gitingest and provedes its as a set of tools for development copilots such as Roo-Code/Cline. Would be greate also having /sse endpoint for the docker implementation.
## Why Until now the [gitingest.com](gitingest.com) web UI could ingest only **public** repositories. Teams often need to analyse private GitHub repos, so we’re adding a way to supply a personal...
As the title says, when you click a directory in the directory structure, it still includes all the files/directories inside it. This is problematic because people might want to exclude...
Unlike GitHub, GitLab can have repos nested under multiple organisations / groups, e.g. ``` https://gitlab.com/my-org/my-parent-group/my-group/my-repo ``` Gitingest is incorrectly inferring that the repo is: ``` https://gitlab.com/my-org/my-parent-group/ ``` Which causes it...
Hello, Not so long ago, I discovered [`mods`](https://github.com/charmbracelet/mods/). A handy command line tool to query my local Ollama server (_or some other well known providers_). I wish I could use...
There should be an option available where i can provide an access token or based on Auth i should be able to use gitingest with my private repo as well....
I think there should be a flag in the CLI version to ignore files in `.gitignore`. Actually, it's probably even better to ignore them by default and add a `--no-ignore`...