Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 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.

Awesome Lists containing this project

README

        

![Prompt-friendly codebase
Turn any GitHub repository into a simple text ingest of its codebase.
This is useful for feeding a codebase into any LLM.](https://github.com/user-attachments/assets/e3b87d4f-5617-446f-90b3-035d5f7d5e1e)

GitIngest Icon

GitIngest Extension 🔍


Turn any Git repository into a prompt-friendly text ingest for LLMs.

Available in the Chrome Web Store
Get The Add-on for Firefox
Get from the Edge Add-ons

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

| ![Screenshot 1](https://github.com/user-attachments/assets/3a9ce50f-1cb1-4a02-9b45-ed0109c3e9f5) | ![Screenshot 2](https://github.com/user-attachments/assets/e723c81f-5b24-41c9-82c0-4b93293427e8) |
| ------------------------------------------------------------ | ------------------------------------------------------------ |

## 🛠️ 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)