You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,7 +23,7 @@ You can also replace `hub` with `ingest` in any github url to access the corespo
25
23
- File and directory structure
26
24
- Size of the extract
27
25
- Token count
28
-
-**CLI tool**: Run it as a command (Currently on Linux only)
26
+
-**CLI tool**: Run it as a shell command (currently on Linux only)
29
27
-**Python package**: Import it in your code
30
28
31
29
## 📦 Installation
@@ -34,15 +32,26 @@ You can also replace `hub` with `ingest` in any github url to access the corespo
34
32
pip install gitingest
35
33
```
36
34
37
-
## 💡 Command Line usage
35
+
## 🧩 Browser Extension Usage
36
+
37
+
<!-- markdownlint-disable MD033 -->
38
+
<ahref="https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood"target="_blank"title="Get Gitingest Extension from Chrome Web Store"><imgheight="48"src="https://github.com/user-attachments/assets/20a6e44b-fd46-4e6c-8ea6-aad436035753"alt="Available in the Chrome Web Store" /></a>
39
+
<ahref="https://addons.mozilla.org/firefox/addon/gitingest/"target="_blank"title="Get Gitingest Extension from Firefox Add-ons"><imgheight="48"src="https://github.com/user-attachments/assets/c0e99e6b-97cf-4af2-9737-099db7d3538b"alt="Get The Add-on for Firefox" /></a>
40
+
<ahref="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf"target="_blank"title="Get Gitingest Extension from Firefox Add-ons"><imgheight="48"src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e"alt="Get from the Edge Add-ons" /></a>
41
+
<!-- markdownlint-enable MD033 -->
42
+
43
+
The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
44
+
Issues and feature requests are welcome to the repo.
45
+
46
+
## 💡 Command line usage
38
47
39
48
The `gitingest` command line tool allows you to analyze codebases and create a text dump of their contents.
40
49
41
50
```bash
42
51
# Basic usage
43
52
gitingest /path/to/directory
44
53
45
-
# From url
54
+
# From URL
46
55
gitingest https://github.com/cyclotruc/gitingest
47
56
48
57
# See more options
@@ -95,15 +104,19 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env
0 commit comments