https://github.com/lcandy2/gitingest-extension
✨ A extension can help you open git ingest to turn any git repository into a prompt-friendly text ingest for LLMs.
https://github.com/lcandy2/gitingest-extension
ai browser browser-extension chatgpt chrome chrome-extension chrome-extensions claude code firefox-addon gitingest ingestion llm prompt
Last synced: 16 days ago
JSON representation
✨ A extension can help you open git ingest to turn any git repository into a prompt-friendly text ingest for LLMs.
- Host: GitHub
- URL: https://github.com/lcandy2/gitingest-extension
- Owner: lcandy2
- License: mit
- Created: 2024-12-26T04:19:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T06:40:15.000Z (4 months ago)
- Last Synced: 2025-03-31T10:01:31.213Z (23 days ago)
- Topics: ai, browser, browser-extension, chatgpt, chrome, chrome-extension, chrome-extensions, claude, code, firefox-addon, gitingest, ingestion, llm, prompt
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood
- Size: 111 KB
- Stars: 122
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

GitIngest Extension 🔍
Turn any Git repository into a prompt-friendly text ingest for LLMs.This extension is part of the GitIngest ecosystem. See [GitIngest.com](https://gitingest.com) or [cyclotruc/gitingest](https://github.com/cyclotruc/gitingest) for more information.
## ✨ Features
- 🚀 One-click access to GitIngest services to get a text ingest
- 📚 Prompt-friendly codebase ingestion
- 📝 Optimized output format for LLM prompts
- 🔍 Statistics about:
- File and directory structure
- Size of the extract
- Token count
- 🔒 Privacy-first, zero data collection (for the extension itself)
- 🤖 Open source, community-driven## 📸 Screenshots
https://github.com/user-attachments/assets/fb831553-c55a-43e7-af91-7636e9084ae8
|  |  |
| ------------------------------------------------------------ | ------------------------------------------------------------ |## 🛠️ Using
- [WXT](https://github.com/wxt-dev/wxt)
- [TailwindCSS](https://tailwindcss.com/)## 🔒 Privacy Policy
> This privacy policy is for the extension only.
[Privacy Policy (26 December 2024)](PRIVACY.md)## 🔧 Development
### Clone the repository
```bash
git clone https://github.com/lcandy2/gitingest-extension.git
```### Install dependencies
```bash
pnpm install
```### Run the development server
```bash
pnpm dev
```### Build the extension
```bash
pnpm build
```## 📄 License
[MIT](LICENSE.md)