# 自动更新版本.
.\bin\checkver.ps1 -f
# 更新 Token.
scoop config gh_token "GITHUB_TOKEN"
# 设置代理.
scoop config proxy 127.0.0.1:1080
scoop config rm proxy
# 开始菜单.
%APPDATA%\Microsoft\Windows\Start Menu\Programs\Scoop Apps
# 重启资源管理器.
taskkill /f /im explorer.exe
explorer.exe
# 杀死进程.
taskkill /f /pid 110| 名称 | 类型 |
|---|---|
| 360zip | 压缩 |
| adobe | 设计 |
| alipan | 云盘 |
| android | IDE |
| audiorelay | 音频 |
| baidupan | 云盘 |
| chrome | 浏览器 |
| everything | 搜索引擎 |
| fiddler | 抓包 |
| fnm | Node |
| idea | IDE |
| jdgui | Java |
| jdk8 | Java |
| jdk17 | Java |
| jdk21 | Java |
| mobaxterm | 终端 |
| motrix | 下载 |
| navicat | 数据库 |
| office | 办公 |
| postman | 接口 |
| pyenv | Python |
| 聊天 | |
| qqmusic | 音频 |
| search | Scoop |
| sigil | EPUB |
| singbox | 翻墙 |
| sun | 远程 |
| svn | 版本 |
| vagrant | 虚拟机 |
| virtualbox | 虚拟机 |
| vscode | IDE |
| 聊天 | |
| wegame | 游戏 |
| wireshark | 抓包 |
| ximalaya | 音频 |
{
"version": "",
"description": "",
"homepage": "",
"license": "",
"url": "",
"hash": "",
"extract_dir": "",
"extract_to": "",
"innosetup": "",
"pre_install": "",
"installer": "",
"bin": "",
"shortcuts": "",
"psmodule": "",
"env_add_path": "",
"env_set": "",
"persist": "",
"post_install": "",
"suggest": "",
"notes": "",
"pre_uninstall": "",
"depends": "",
"uninstaller": "",
"post_uninstall": "",
"checkver": "",
"autoupdate": ""
}Template bucket for Scoop, the Windows command-line installer.
- Generate your own copy of this repository with the "Use this template" button.
- Allow all GitHub Actions:
- Navigate to
Settings-Actions-General-Actions permissions. - Select
Allow all actions and reusable workflows. - Then
Save.
- Navigate to
- Allow writing to the repository from within GitHub Actions:
- Navigate to
Settings-Actions-General-Workflow permissions. - Select
Read and write permissions. - Then
Save.
- Navigate to
- Document the bucket in
README.md. - Replace the placeholder repository string in
bin/auto-pr.ps1. - Create new manifests by copying
bucket/app-name.json.templatetobucket/<app-name>.json. - Commit and push changes.
- If you'd like your bucket to be indexed on
https://scoop.sh, add the topicscoop-bucketto your repository.
After manifests have been committed and pushed, run the following:
scoop bucket add <bucketname> https://github.com/<username>/<bucketname>
scoop install <bucketname>/<manifestname>To make a new manifest contribution, please read the Contributing Guide and App Manifests wiki page.