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
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# DownGD 2.0 🚀
1
+
# Git Folder Downloader 🚀
2
2
3
3
A powerful, pixel-perfect, single-page web application to download files or folders from GitHub repositories. It supports public URLs, private repositories (via Token), and requires **no server**.
4
4
@@ -17,14 +17,14 @@ A powerful, pixel-perfect, single-page web application to download files or fold
17
17
To share a direct download link with a friend, simply add the GitHub URL after the hash (`?=`):
<ahref="https://downgd.github.io/api/?=https://github.com/facebook/react/tree/main/packages&name=react-core&st=0&mx=100">Download Part 1</a>
55
+
<ahref="https://GitFolderDownloader.github.io/api/?=https://github.com/facebook/react/tree/main/packages&name=react-core&st=0&mx=100">Download Part 1</a>
56
56
```
57
57
58
58
### Use via JavaScript
@@ -73,7 +73,7 @@ function triggerDownload() {
73
73
74
74
## 📜 Userscript
75
75
76
-
DownGD also provides a **GitHub-integrated userscript** that adds a native-looking **Download button directly inside GitHub menus**.
76
+
Git Folder Downloader also provides a **GitHub-integrated userscript** that adds a native-looking **Download button directly inside GitHub menus**.
77
77
78
78
### ✨ What the Userscript Does
79
79
@@ -85,7 +85,7 @@ DownGD also provides a **GitHub-integrated userscript** that adds a native-looki
85
85
* Opens a **GitHub-themed custom popup** to set an optional download name
86
86
* Auto-fills the popup with the current repo / folder / file name
87
87
* Fully matches GitHub light & dark themes
88
-
* Uses the official **DownGD API** under the hood
88
+
* Uses the official **Git Folder Downloader API** under the hood
89
89
90
90
### 🧩 Supported Script Runners
91
91
@@ -98,7 +98,7 @@ DownGD also provides a **GitHub-integrated userscript** that adds a native-looki
98
98
99
99
1. Install a userscript manager (Tampermonkey / ScriptRunner).
100
100
2. Create a **new userscript**.
101
-
3. Paste the provided [DownGD userscript](https://downgd.github.io/script/downgd-download-button-user.js) code or direct link in url bar.
101
+
3. Paste the provided [GitFolderDownloader userscript](https://GitFolderDownloader.github.io/script/GitFolderDownloader-download-button-user.js) code or direct link in url bar.
102
102
4. Save and enable the script.
103
103
5. Visit any GitHub repository, folder, or file.
104
104
6. Open the GitHub menu → click **Download Repo / Folder / Download**.
@@ -109,9 +109,9 @@ DownGD also provides a **GitHub-integrated userscript** that adds a native-looki
109
109
110
110
## 🧩 Browser Extension
111
111
112
-
The DownGD userscript can also be packaged as a **lightweight browser extension** using ScriptRunner-style extensions.
112
+
The Git Folder Downloader userscript can also be packaged as a **lightweight browser extension** using ScriptRunner-style extensions.
content="The fastest tool to download specific GitHub folders, sub-directories, or files as ZIP. Supports private repos, custom tokens, and 8+ themes. 100% Client-side.">
content="The fastest tool to download specific GitHub folders, sub-directories, or files as ZIP. Supports private repos, custom tokens, and 8+ themes. 100% Client-side.">
content="The fastest tool to download specific GitHub folders, sub-directories, or files as ZIP. Supports private repos, custom tokens, and 8+ themes. 100% Client-side.">
Copy file name to clipboardExpand all lines: api/readme.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
2
-
# DownGD Api
2
+
# GitFolderDownloader Api
3
3
4
4
A minimalistic, Material Design 3 enabled web tool to download specific folders or files from GitHub repositories as ZIPs. Works strictly client-side.
5
5
6
6
## 🚀 Live Demo & API
7
-
Access the main tool here: [https://DownGD.github.io/](https://DownGD.github.io/)
7
+
Access the main tool here: [https://GitFolderDownloader.github.io/](https://GitFolderDownloader.github.io/)
8
8
9
-
Access the API here: [https://DownGD.github.io/api/](https://DownGD.github.io/api/)
9
+
Access the API here: [https://GitFolderDownloader.github.io/api/](https://GitFolderDownloader.github.io/api/)
10
10
11
11
---
12
12
13
13
## 🛠️ API Documentation (Headless Mode)
14
14
15
-
DownGD Api includes a powerful "Headless API" page (`api.html`). This allows you to trigger downloads programmatically or via direct links without interacting with the main UI.
15
+
Git Folder Downloader Api includes a powerful "Headless API" page (`api.html`). This allows you to trigger downloads programmatically or via direct links without interacting with the main UI.
16
16
17
17
### 1. Base URL
18
18
```
19
-
https://DownGD.github.io/api/
19
+
https://GitFolderDownloader.github.io/api/
20
20
```
21
21
22
22
### 2. Parameters
@@ -32,24 +32,24 @@ https://DownGD.github.io/api/
32
32
#### A. Basic Folder Download
33
33
Download the `packages` folder from the React repo:
**DownGD Download Button** is a lightweight Chrome extension that enhances GitHub’s UI by adding a **smart “Download” button** directly inside GitHub repository, folder, and file menus.
4
+
**Git Folder Downloader Download Button** is a lightweight Chrome extension that enhances GitHub’s UI by adding a **smart “Download” button** directly inside GitHub repository, folder, and file menus.
5
5
6
-
It integrates seamlessly with the **DownGD API** to allow downloading repositories, folders, or files with **custom names**, while matching GitHub’s native design and theme.
6
+
It integrates seamlessly with the **Git Folder Downloader API** to allow downloading repositories, folders, or files with **custom names**, while matching GitHub’s native design and theme.
7
7
8
8
---
9
9
@@ -66,20 +66,20 @@ The button automatically adapts based on where you are on GitHub:
1.[download](https://downgd.github.io/api/?url=https%3A%2F%2Fgithub.com%2FDownGD%2Fdowngd.github.io%2Ftree%2Fmain%2Fapi&name=DownGD) this
82
+
1.[download](https://GitFolderDownloader.github.io/api/?url=https%3A%2F%2Fgithub.com%2FGitFolderDownloader%2FGitFolderDownloader.github.io%2Ftree%2Fmain%2Fapi&name=GitFolderDownloader) this
83
83
2. Open Chrome and go to:
84
84
85
85
```
@@ -126,7 +126,7 @@ GPL 3 License – free to use, modify, and distribute.
content="The fastest tool to download specific GitHub folders, sub-directories, or files as ZIP. Supports private repos, custom tokens, and 8+ themes. 100% Client-side.">
content="The fastest tool to download specific GitHub folders, sub-directories, or files as ZIP. Supports private repos, custom tokens, and 8+ themes. 100% Client-side.">
content="The fastest tool to download specific GitHub folders, sub-directories, or files as ZIP. Supports private repos, custom tokens, and 8+ themes. 100% Client-side.">
Copy file name to clipboardExpand all lines: manifest.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
-
"name": "DownGD",
3
-
"short_name": "DownGD",
2
+
"name": "Git Folder Downloader",
3
+
"short_name": "Git Folder Downloader",
4
4
"start_url": "./",
5
5
"display": "standalone",
6
6
"description": "The fastest tool to download specific GitHub folders, sub-directories, or files as ZIP. Supports private repos, custom tokens, and 8+ themes. 100% Client-side.",
0 commit comments