From dad028196a0976808a54cf06e1df6bc7276e5343 Mon Sep 17 00:00:00 2001 From: blackth0rns <161570984+shubtheone@users.noreply.github.com> Date: Sun, 12 Oct 2025 20:23:12 +0530 Subject: [PATCH 1/3] Update README.md added quick start for windows / powershell --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f16e612b..e0517ba0 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,20 @@ The extension is open source at [lcandy2/gitingest-extension](https://github.com Issues and feature requests are welcome to the repo. +# Windows venv activation and correct usage: + +## Quick start (Windows / PowerShell)
+```bash +python -m venv .venv +.\.venv\Scripts\Activate +pip install -e . +gitingest --help + +### Example +gitingest https://github.com/user/repo -o digest.txt +``` + + ## 💡 Command line usage The `gitingest` command line tool allows you to analyze codebases and create a text dump of their contents. From 9ad477c3aaa6d565319c15b812aa7081884980ca Mon Sep 17 00:00:00 2001 From: blackth0rns <161570984+shubtheone@users.noreply.github.com> Date: Sun, 12 Oct 2025 20:25:08 +0530 Subject: [PATCH 2/3] Update example header in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e0517ba0..3ca17daa 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,7 @@ python -m venv .venv .\.venv\Scripts\Activate pip install -e . gitingest --help - -### Example +# Example gitingest https://github.com/user/repo -o digest.txt ``` From a2cac3fddbe0fccf98b13ca571d8ace5d32fed26 Mon Sep 17 00:00:00 2001 From: blackth0rns <161570984+shubtheone@users.noreply.github.com> Date: Sun, 12 Oct 2025 20:28:47 +0530 Subject: [PATCH 3/3] Update robots.txt to disallow all paths Removed allow rules for all paths in robots.txt --- src/static/robots.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/static/robots.txt b/src/static/robots.txt index a1af0c89..eb053628 100644 --- a/src/static/robots.txt +++ b/src/static/robots.txt @@ -1,4 +1,2 @@ User-agent: * -Allow: / -Allow: /api/ -Allow: /coderamp-labs/gitingest/ +Disallow: