Rust implementation of the client-side application for the CG Local extension. This is a drop-in replacement for the original Java application which works with the original browser extension.
Check the releases for binaries from your operating system.
bash
cargo install --force cg-local-app
bash
git clone https://github.com/vtavernier/cg-local-app.rs.git && cd cg-local-app.rs
cargo install --path .
```rust cg-local-app 0.1.2 Vincent Tavernier vince.tavernier@gmail.com Rust application for CG Local
USAGE:
cg-local-app [FLAGS] [OPTIONS] --target
FLAGS: -d, --download Download the file from the IDE before synchronizing -h, --help Prints help information --no-gui Disable text user interface -p, --play Auto-play questions on upload -V, --version Prints version information
OPTIONS:
-b, --bind
```bash
cg-local-app -p -t main.rs ```
Missing features: * Two-way synchronization
MIT