From eeaab9a8f8ae6309093187570e142bd041b9a36b Mon Sep 17 00:00:00 2001 From: Shrey Purohit Date: Wed, 19 Mar 2025 23:17:56 +0530 Subject: [PATCH 1/4] feat: VS Code Extension for Gitingest Integration --- README.md | 6 +- src/server/templates/components/navbar.jinja | 84 ++++++++++++++------ 2 files changed, 63 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 38f235f6..fe8dee00 100644 --- a/README.md +++ b/README.md @@ -13,7 +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 corresponding 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) · [VS-Code Extension](https://marketplace.visualstudio.com/items?itemName=iamshreydxv.gitingest) ## 🚀 Features @@ -25,6 +25,10 @@ You can also replace `hub` with `ingest` in any GitHub URL to access the corresp - Token count - **CLI tool**: Run it as a shell command - **Python package**: Import it in your code +- **VS Code Extension**: Instantly analyze private and public repositories within your code editor with just a few clicks + - Fully Secure 🔐 + - Same website look ✨ + - Many user friendly features ## 📚 Requirements diff --git a/src/server/templates/components/navbar.jinja b/src/server/templates/components/navbar.jinja index e51f833e..8fc41b3a 100644 --- a/src/server/templates/components/navbar.jinja +++ b/src/server/templates/components/navbar.jinja @@ -36,42 +36,74 @@ - + \ No newline at end of file From a9a113850328d1d1428c5cd30cfd829d2eeead42 Mon Sep 17 00:00:00 2001 From: Shrey Purohit Date: Wed, 19 Mar 2025 23:52:18 +0530 Subject: [PATCH 2/4] fix: image size --- src/server/templates/components/navbar.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/templates/components/navbar.jinja b/src/server/templates/components/navbar.jinja index 8fc41b3a..50102f46 100644 --- a/src/server/templates/components/navbar.jinja +++ b/src/server/templates/components/navbar.jinja @@ -52,7 +52,7 @@ rel="noopener noreferrer" class="text-gray-900 hover:-translate-y-0.5 transition-transform flex items-center gap-1.5">
- +
- - + + Extension
- +
- + - 1 - - - - - - - - + + + + + + + + VS Code Extension
- \ No newline at end of file +