From a22dea7934b9cef1a0ad94802311eb9b11d16cac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=94=9C=E6=AA=B8Cirtron?=
<45784494+lcandy2@users.noreply.github.com>
Date: Thu, 26 Dec 2024 19:20:59 +0800
Subject: [PATCH 1/2] Feat GitIngest Browser Extension
---
README.md | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 991aeaf..00acbc7 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
# 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 coresponding digest
+You can also replace `hub` with `ingest` in any github url to access the coresponding digest.
-[gitingest.com](https://gitingest.com/)
+[gitingest.com](https://gitingest.com/) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest/)
## 🚀 Features
@@ -28,6 +28,15 @@ You can also replace `hub` with `ingest` in any github url to access the corespo
pip install gitingest
```
+## 🧩 Browser Extension Usage
+
+
+
+
+
+The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
+For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases).
+Issues and feature requests are welcome to the repo.
## 💡 Command Line usage
From 7500137252e114114b904bbc1eeabcd77ec5cd04 Mon Sep 17 00:00:00 2001
From: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com>
Date: Wed, 1 Jan 2025 00:41:18 +0100
Subject: [PATCH 2/2] Ran pre-commit on lcandy2's branch and fixed README.md
for CI to pass
---
README.md | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 6ca7e5f..29e1934 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,7 @@ 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 coresponding digest.
-[gitingest.com](https://gitingest.com/) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest/)
-
+[gitingest.com](https://gitingest.com) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest)
## 🚀 Features
@@ -35,12 +34,14 @@ pip install gitingest
## 🧩 Browser Extension Usage
-
-
-
+
+
+
+
+
-The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
-For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases).
+The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
+For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases).
Issues and feature requests are welcome to the repo.
## 💡 Command Line usage
@@ -98,11 +99,11 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env
## 🛠️ Stack
-- [Tailwind CSS](https://tailwindcss.com/) - Frontend
+- [Tailwind CSS](https://tailwindcss.com) - Frontend
- [FastAPI](https://github.com/fastapi/fastapi) - Backend framework
-- [Jinja2](https://jinja.palletsprojects.com/) - HTML templating
+- [Jinja2](https://jinja.palletsprojects.com) - HTML templating
- [tiktoken](https://github.com/openai/tiktoken) - Token estimation
-- [apianalytics.dev](https://www.apianalytics.dev/) - Simple Analytics
+- [apianalytics.dev](https://www.apianalytics.dev) - Simple Analytics
## ✔️ Contributing to Gitingest