Skip to main content
  1. Docs/

全平台命令行换源工具 chsrc

·178 words·1 min· loading · ·
网络 工具
Hyoung Yan
Author
Hyoung Yan
秋风即使带凉,亦漂亮.
Table of Contents

介绍
#

这是一款全平台通用的换源工具/框架,目标支持 Linux, Windows (MSYS2, Cygwin), macOS, BSD 等尽可能多的操作系统环境,龙芯、飞腾、RISC-V 等尽可能多的 CPU。

特性
#

chsrc 不仅是一个命令行工具,同时也是一个换源框架,它甚至使你能够在不了解 C 语言的情况下编写出新的换源方法。

立刻为一个新软件添加换源方法!添加自定义源

安装
#

  • Windows 通过 scoop 安装:$ scoop install chsrc

    手动下载:

    curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x64-windows.exe -o chsrc.exe

  • Linux

    curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x64-linux -o chsrc; chmod +x ./chsrc

  • macOS

    brew install chsrc

Related

2024 09 28
·27 words·1 min· loading
日常
2024 09 27
·71 words·1 min· loading
日常