chsrc/README.md

245 lines
6.5 KiB
Markdown
Raw Normal View History

2023-09-06 16:13:36 +08:00
<div align="center">
2024-05-24 16:47:04 +08:00
<img alt="chsrc logo" src="image/chsrc.png"/>
2023-09-06 16:13:36 +08:00
</div>
2023-08-28 21:50:44 +08:00
2024-05-24 20:43:03 +08:00
全平台命令行换源工具,**目标支持 Linux (包括麒麟、openEuler、deepin等), Windows, macOS, BSD 等尽可能多的操作系统龙芯、飞腾、RISC-V 等尽可能多的CPU**。
2023-08-30 10:06:37 +08:00
2023-09-12 21:49:09 +08:00
我们使用 **C99** 来完成上述目标。我们并不使用Python或JS等解释语言因为一个简单的换源工具不应该强行塞给用户一个庞大的解释器和数十、数百MB其他文件。
2023-08-30 10:06:37 +08:00
2024-01-19 22:40:31 +08:00
本软件为**自由软件**,采用 GPLv3 和 MIT 双许可证。
2023-09-04 22:19:07 +08:00
<br>
2024-05-26 00:38:05 +08:00
## 示例
<div align="center">
<img alt="chsrc logo" src="image/example.png"/>
</div>
<br>
2024-06-05 17:56:35 +08:00
## 需要你的帮助
如果你想要通过 `scoop``brew``yay` 等系统包管理工具来安装和更新`chsrc`,请帮助我们达到下面的要求。
- [ ] `scoop` 要求 GitHub star 数量超过 **500** 以及/或 **150**个fork
目前有**341**个star
- [ ] `scoop` 要求英文输出
本意是中文输出但是我们将提供选项来进行英文输出。该选项同时有利于BSD用户
- [ ] `homebrew` 要求 GitHub 仓库 **>=30 forks**, **>=30 watchers** or **>=75 stars**
star数已够但是fork数仅有**7**
- [ ] 缺乏 `AUR` 维护者
- [ ] 缺乏 `homebrew` 维护者
- [x] `scoop` 维护者
请访问 [chsrc on GitHub](https://github.com/RubyMetric/chsrc)
若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
<br>
2023-09-09 22:10:04 +08:00
## 安装
2023-09-04 10:14:12 +08:00
2024-05-24 20:43:03 +08:00
以下方式均下载到当前目录,可直接通过 `./chsrc` 运行。
2023-09-09 22:10:04 +08:00
### Windows
2023-09-09 17:42:07 +08:00
```bash
2023-09-09 22:10:04 +08:00
# x64
2024-05-25 01:30:52 +08:00
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-windows.exe -o chsrc.exe
2023-09-09 22:10:04 +08:00
# x86
2024-05-25 01:30:52 +08:00
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-x86-windows.exe -o chsrc.exe
2023-09-09 22:10:04 +08:00
```
### Linux
```bash
# x64
2024-05-25 01:30:52 +08:00
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-linux -o chsrc; chmod +x ./chsrc
2023-09-10 14:37:11 +08:00
2023-09-18 21:50:11 +08:00
# aarch64
2024-05-25 01:30:52 +08:00
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-aarch64-linux -o chsrc; chmod +x ./chsrc
2023-09-21 21:37:24 +08:00
# riscv64
2024-05-25 01:30:52 +08:00
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-riscv64-linux -o chsrc; chmod +x ./chsrc
2023-09-21 21:37:24 +08:00
# armv7
2024-05-25 01:30:52 +08:00
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-armv7-linux -o chsrc; chmod +x ./chsrc
2023-09-09 17:42:07 +08:00
```
2023-09-15 09:39:40 +08:00
### macOS
```bash
# x64
2024-05-25 01:30:52 +08:00
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-macos -o chsrc; chmod +x ./chsrc
2023-09-15 09:39:40 +08:00
```
### BSD
```bash
2024-05-24 20:43:03 +08:00
git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc
clang -Iinclude src/chsrc.c -o chsrc
```
2024-05-24 20:43:03 +08:00
### 其他平台
2023-09-16 21:00:50 +08:00
```bash
git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc; make
2023-09-16 21:00:50 +08:00
```
2023-09-09 17:42:07 +08:00
<br>
2023-09-09 22:10:04 +08:00
## 使用
2023-08-30 23:13:30 +08:00
```bash
2024-06-05 13:51:24 +08:00
使用: chsrc <command> [options] [target] [mirror]
2023-09-01 17:45:48 +08:00
2023-09-03 18:05:15 +08:00
help # 打印此帮助,或 h, -h, --help
2023-09-17 13:33:41 +08:00
list (或 ls, 或 l) # 列出可用镜像源,和可换源软件
list mirror/target # 列出可用镜像源,或可换源软件
list os/lang/ware # 列出可换源的操作系统/编程语言/软件
2023-09-03 18:05:15 +08:00
list <target> # 查看该软件可以使用哪些源
cesu <target> # 对该软件所有源测速
get <target> # 查看当前软件的源使用情况
set <target> # 换源,自动测速后挑选最快源
2024-06-05 13:51:24 +08:00
set <target> first # 换源,使用维护团队测速第一的源
set <target> <mirror> # 换源,指定使用某镜像站 (通过list命令查看)
reset <target> # 重置,使用上游默认使用的源
2024-06-05 13:51:24 +08:00
选项:
-ipv6 # 使用IPv6测速
-local # 仅对某项目而非全局换源 (仅部分软件如bundler,pdm支持)
2023-08-30 23:13:30 +08:00
```
2023-08-29 16:02:44 +08:00
当你**不想自动测速的时候**,你可以直接指定某镜像站,以及指定维护团队已测试的最快镜像站。
2023-09-16 22:15:43 +08:00
```bash
2023-09-18 21:50:11 +08:00
chsrc set ruby # 测速,寻找最快者,换源
2023-09-16 22:15:43 +08:00
# 或
2023-09-18 21:50:11 +08:00
chsrc ls ruby # 列出可用的镜像站
2023-09-16 22:15:43 +08:00
chsrc set ruby rubychina # 使用 RubyChina 作为镜像站
# 或
chsrc set ruby first # 使用维护团队测试的最快镜像站
2023-09-16 22:15:43 +08:00
```
2024-06-05 13:51:24 +08:00
对部分[支持局部换源](https://gitee.com/RubyMetric/chsrc/issues/I9V5I0)的,可以避免全局换源。
```bash
chsrc set -local bundler
chsrc set -local pdm
```
2023-09-05 14:17:31 +08:00
<br>
2023-09-04 10:14:12 +08:00
## 编程语言开发
2023-09-05 11:17:02 +08:00
```bash
2023-09-18 21:50:11 +08:00
chsrc set ruby 或 set gem
chsrc set python 或 set pip / pdm # 同时换pip和pdm
2024-04-18 20:04:59 +08:00
chsrc set node 或 set npm / nodejs / yarn / pnpm # 同时换3个
2023-09-18 21:50:11 +08:00
chsrc set perl 或 set cpan
chsrc set php 或 set composer
2023-09-29 20:54:37 +08:00
chsrc set lua 或 set luarocks
2023-09-05 11:17:02 +08:00
chsrc set go
2023-09-18 21:50:11 +08:00
chsrc set rust 或 set cargo / crate
chsrc set java 或 set maven / mvn / gradle
chsrc set clojure 或 set clojars
chsrc set dart 或 set pub / flutter # 同时会为flutter换源
chsrc set haskell 或 set hackage/cabal/stack
chsrc set ocaml 或 set opam
2023-09-05 11:17:02 +08:00
2023-09-05 14:17:31 +08:00
# 同时会为 bioconductor 换源
2023-09-18 21:50:11 +08:00
chsrc set r 或 set cran
2023-09-05 11:17:02 +08:00
chsrc set julia
```
2023-09-06 20:16:37 +08:00
<br>
2023-09-05 11:17:02 +08:00
## 操作系统
2023-09-04 10:14:12 +08:00
2023-09-05 11:17:02 +08:00
```bash
2023-09-17 10:52:43 +08:00
sudo chsrc set ubuntu
2023-09-29 20:54:37 +08:00
sudo chsrc set mint 或 linuxmint
2023-09-17 10:52:43 +08:00
sudo chsrc set debian
sudo chsrc set fedora
2023-09-27 15:15:40 +08:00
sudo chsrc set suse 或 set opensuse
2023-09-29 20:54:37 +08:00
sudo chsrc set kali
2023-09-27 15:15:40 +08:00
sudo chsrc set arch # 同时使用 archlinuxcn
2023-09-17 10:52:43 +08:00
sudo chsrc set manjaro
sudo chsrc set gentoo
2023-09-29 20:56:06 +08:00
sudo chsrc set rocky 或 set rockylinux
2023-09-29 20:54:37 +08:00
sudo chsrc set alpine
2023-09-29 20:56:06 +08:00
sudo chsrc set void 或 set voidlinux
2023-09-29 22:39:42 +08:00
sudo chsrc set solus
2023-10-04 18:25:44 +08:00
sudo chsrc set ros 或 set ros2
2023-09-29 20:54:37 +08:00
sudo chsrc set trisquel
sudo chsrc set lite 或 set linuxlite
sudo chsrc set raspi 或 set raspberrypi
2023-09-04 10:14:12 +08:00
2023-09-17 10:52:43 +08:00
sudo chsrc set deepin
2023-09-27 15:15:40 +08:00
sudo chsrc set euler 或 set openeuler
sudo chsrc set kylin 或 set openkylin
2023-09-18 21:50:11 +08:00
chsrc set msys2 或 set msys
2023-10-04 18:25:44 +08:00
# BSD
sudo chsrc set freebsd
sudo chsrc set openbsd
sudo chsrc set netbsd
2023-09-05 11:17:02 +08:00
```
2023-09-04 10:14:12 +08:00
2023-09-06 20:16:37 +08:00
<br>
2023-09-04 10:14:12 +08:00
## 软件
2023-09-10 17:03:36 +08:00
```bash
2023-09-18 21:50:11 +08:00
chsrc set brew 或 set homebrew
2023-09-11 11:30:38 +08:00
chsrc set flathub
2023-09-22 15:48:31 +08:00
chsrc set nix
2023-09-11 11:30:38 +08:00
chsrc set guix
2023-09-18 21:50:11 +08:00
chsrc set emacs 或 set elpa
chsrc set tex 或 set ctan / latex / texlive / miktex
chsrc set conda 或 set anaconda
2023-09-10 17:03:36 +08:00
```
2023-08-30 10:06:37 +08:00
<br>
## 开发
2023-09-06 20:16:37 +08:00
请安装好 `gcc`或`clang` 和 `make` 以及 `curl`
2023-08-30 10:59:27 +08:00
2023-08-30 10:06:37 +08:00
```bash
2023-09-15 12:54:13 +08:00
# 使用 dev 分支开发
git clone https://gitee.com/RubyMetric/chsrc.git -b dev
2023-09-06 20:16:37 +08:00
make # 默认使用 cc 编译
make CC=clang # 使用 clang 编译
make CC=gcc # 使用 gcc 编译
2024-06-05 13:12:43 +08:00
make test # 测试命令
make test-xy # 测试 xy.h
2023-08-30 10:06:37 +08:00
make clean
```
2023-09-05 21:20:23 +08:00
<br>
2023-09-24 20:05:24 +08:00
## 致谢
2024-05-24 20:43:03 +08:00
感谢各个镜像站提供的优质免费镜像服务,使用的镜像站见 [source.h](./include/source.h).
2023-09-24 20:05:24 +08:00
2024-01-19 22:40:31 +08:00
另外感谢以下项目:
2023-09-24 20:05:24 +08:00
1. [MirrorZ 教育网镜像站](https://help.mirrors.cernet.edu.cn/)
2. [清华大学 Tuna](https://mirrors.tuna.tsinghua.edu.cn/)
3. [Thanks Mirror项目](https://github.com/eryajf/Thanks-Mirror) by [@eryajf](https://github.com/eryajf)
<br>