https://github.com/javinizer/scoop-javinizer
Scoop bucket for javinizer (https://github.com/javinizer/javinizer-go) — bucket/javinizer.json is updated automatically on each stable release.
https://github.com/javinizer/scoop-javinizer
Last synced: 29 days ago
JSON representation
Scoop bucket for javinizer (https://github.com/javinizer/javinizer-go) — bucket/javinizer.json is updated automatically on each stable release.
- Host: GitHub
- URL: https://github.com/javinizer/scoop-javinizer
- Owner: javinizer
- Created: 2026-07-02T05:24:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-07-03T04:43:42.000Z (about 1 month ago)
- Last Synced: 2026-07-03T06:25:07.671Z (about 1 month ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javinizer scoop bucket
Scoop bucket for [javinizer](https://github.com/javinizer/javinizer-go) — a JAV metadata scraper and organizer (CLI, TUI, REST API, and web UI).
## Install (Windows)
```powershell
scoop bucket add javinizer https://github.com/javinizer/scoop-javinizer
scoop install javinizer
```
Update to the latest stable release later:
```powershell
scoop update javinizer
```
## How it works
The manifest installs the prebuilt `javinizer-windows-amd64.exe` binary. This bucket is updated **automatically** on every stable release by the [`cli-release`](https://github.com/javinizer/javinizer-go/blob/main/.github/workflows/cli-release.yml) workflow in the main repo. Prereleases (`v1.0.0-rc.*`) never reach the bucket, so `scoop update` never hands you a release candidate.
The manifest includes `autoupdate` configuration, so Scoop can fetch new versions and their checksums from `checksums.txt` without a manual bucket update.
## Files
- `bucket/javinizer.json` — the manifest (auto-generated from `checksums.txt` on each stable release)
## Links
- Main repo: [javinizer/javinizer-go](https://github.com/javinizer/javinizer-go)
- Releases: [github.com/javinizer/javinizer-go/releases](https://github.com/javinizer/javinizer-go/releases)
- Issues: [github.com/javinizer/javinizer-go/issues](https://github.com/javinizer/javinizer-go/issues)