├── docs
├── src
│ ├── env.d.ts
│ ├── components
│ │ ├── Stats.astro
│ │ ├── Features.astro
│ │ ├── Card.astro
│ │ ├── Header.astro
│ │ └── Console.astro
│ ├── layouts
│ │ └── Layout.astro
│ └── pages
│ │ └── index.astro
├── tsconfig.json
├── astro.config.mjs
├── package.json
├── tailwind.config.mjs
└── public
│ └── favicon.svg
├── media
├── demo.gif
├── demo1.3.gif
└── diagram.png
├── .github
├── ISSUE_TEMPLATE
│ ├── config.yml
│ ├── feature_request.yml
│ └── bug_report.yml
├── CODE_OF_CONDUCT.md
├── SECURITY.md
├── workflows
│ ├── gitleaks.yml
│ ├── greetings.yml
│ └── build-and-release.yml
└── FUNDING.yml
├── README.md
├── LICENSE
├── .gitignore
└── code
└── 4cget.go
/docs/src/env.d.ts:
--------------------------------------------------------------------------------
1 | ///
28 | {feature.description} 29 |
30 |18 | {body} 19 |
20 | 21 |9 | The fastest 4chan downloader. Multi-threaded, portable, and proxy-ready - all in a single executable with zero dependencies. 10 |
11 |
5 |
6 | 7 | About • 8 | Features • 9 | Quick Start & Information • 10 | Download 11 |
12 | 13 | ## About 14 | Easy to use, simply and fast 4chan thread media downloader. Simple, easy and functional. 15 | 16 | ## Features 17 | 18 | - Portable, single executable 19 | - Configurable proxy 20 | - Customizable monitor mode and intervals 21 | - No dependences, no go mod 22 | 23 | ## Quick Start & Information 24 | 25 |