Cli for efficient development in china

Crates.io Rust license ``` ghc 0.1.1 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 -h --help Prints help information ```

Example

```

repleace https://github.com to https://ghproxy.com/https://github.com in all Cargo.toml in current dir

ghc -n Cargo.toml ```

install

cargo install ghc

download bin

```

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 ```