An open API service indexing awesome lists of open source software.

https://github.com/maoyeedy/scoop

Maoyeedy's Scoop bucket
https://github.com/maoyeedy/scoop

scoop scoop-apps scoop-bucket

Last synced: 3 months ago
JSON representation

Maoyeedy's Scoop bucket

Awesome Lists containing this project

README

        

# Yeedy's Scoop Bucket
[![Tests](https://github.com/maoyeedy/yeedyscoop/actions/workflows/ci.yml/badge.svg)](https://github.com/maoyeedy/yeedyscoop/actions/workflows/ci.yml) [![Excavator](https://github.com/maoyeedy/yeedyscoop/actions/workflows/excavator.yml/badge.svg)](https://github.com/maoyeedy/yeedyscoop/actions/workflows/excavator.yml)

### A Bucket for [Scoop Installer](https://scoop.sh)

To start with:
```
scoop bucket add maoyeedy_scoop https://github.com/maoyeedy/scoop
```
To install a manifest from [bucket folder](bucket/):
```
scoop install $manifest
```
To manually update:
```
.\bin\checkver.ps1 -Update
```

### Manifests that I maintain:

#### CLI apps
- [FBX2glTF](bucket/FBX2glTF.json)
- [FbxFormatConverter](bucket/FbxFormatConverter.json)
- [jaq](bucket/jaq.json)
- [cpz](bucket/cpz.json)
- [rmz](bucket/rmz.json)

#### GUI apps
- [blender-aliyun](bucket/blender-aliyun.json)
- [leigod](bucket/leigod.json)
- [unity2022lts](bucket/unity2022lts.json)
- [window-centering-helper](bucket/window-centering-helper.json)

#### Official FAQ

[Link](https://github.com/ScoopInstaller/Scoop/wiki/FAQ)