#github #cli #替换

应用 ghc

面向中国高效开发的命令行界面

13 个版本

0.1.13 2022年12月3日
0.1.12 2022年12月3日
0.1.11 2022年11月2日
0.1.10 2022年10月30日

命令行工具 中排名 1541

MIT 许可证

255KB
106

包含 (ELF 可执行文件, 320KB) bin/ghc,(DOS 可执行文件, 195KB) bin/ghc.exe

面向中国高效开发的命令行界面

Crates.io Rust license

ghc 0.1.13
Anonymous <dnrops@anonymous.com>
Cli for efficient development in china
Example:
ghc .js .toml => in current dir find all *.js *.toml and if contain https://github.com repleace to https://ghproxy.com/https://github.com
ghc config => in current dir find all config files and if contain https://github.com repleace to https://ghproxy.com/https://github.com

USAGE:
        OPTION          REQUIRED        ABOUT
ghc     -a --all        false           Find all files that contain https://github.com repleace to https://ghproxy.
ghc     -r --recover    false           recover the files that repleaced to original
ghc     -h --help                       Prints help information

示例

# in current dir find all Cargo.toml and if cointain https://github.com repleace https://github.com to https://ghproxy.com/https://github.com
ghc Cargo.toml 

安装

cargo install ghc

下载二进制文件

#linux
wget https://gitlab.com/andrew_ryan/ghc/-/raw/master/bin/ghc
#windows
wget https://gitlab.com/andrew_ryan/ghc/-/raw/master/bin/ghc.exe

依赖

~0.6–7.5MB
~51K SLoC