Skip to content

scoop-tools

Enhancement Tools for Scoop. Dynamically replace URLs when downloading apps.

Star ⭐️ or Donate 💰 if you like it!

Quick Start

Installation

  • Add the abyss bucket via GitHub or Gitee.

    shell
    scoop bucket add abyss https://github.com/abgox/abyss
    shell
    scoop bucket add abyss https://gitee.com/abgox/abyss
  • Install

    shell
    scoop install abyss/abgox.scoop-install
    shell
    scoop install abyss/abgox.scoop-update

Usage

  1. Set URL replacement configurations. Use | as a delimiter if there are multiple values.

    shell
    scoop config abgox-scoop-install-url-replace-from "^https://github.com|^https://raw.githubusercontent.com"
    shell
    scoop config abgox-scoop-install-url-replace-to "https://gh-proxy.com/github.com|https://gh-proxy.com/raw.githubusercontent.com"
  2. Install PSCompletions to add command completion.

    shell
    scoop install abyss/abgox.PSCompletions
    shell
    Import-Module PSCompletions
    shell
    psc add scoop-install scoop-update
  3. Install apps using the scoop-install command.

    shell
    scoop-install abyss/abgox.scoop-i18n
  4. Update apps using the scoop-update command.

    shell
    scoop-update abyss/abgox.scoop-i18n

Released under the MIT.