Community-driven catalog for GhostESP GhostScripts (.gs / .gsb).
- Contributors PR a manifest pointing to their source repo
- Maintainers review and merge
- CI clones source, compiles
.gsto.gsbwithghostbt, uploads to Cloudflare R2 - Website fetches
catalog.jsonto display scripts
See CONTRIBUTING.md.
Quick start:
- Fork this repo
- Copy
templates/script-manifest.jsontoscripts/<your_script_id>/manifest.json - Fill in
source_repo(your public GitHub repo) andentry - Open a Pull Request
Scripts bundled in the GhostESP firmware tree use:
{
"source_repo": "https://github.com/GhostESP-Revival/GhostESP",
"source_branch": "two-point-zero",
"source_subdir": "examples/ghostscript/src"
}Built .gsb files are hosted at https://gesp.fuckyourcdn.com.