Crates.io Build Status Build Status Crates.io Libraries.io dependency status for GitHub repo

cg-local-app

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.

Install

Pre-built packages

Check the releases for binaries from your operating system.

Using cargo

bash cargo install --force cg-local-app

From source

bash git clone https://github.com/vtavernier/cg-local-app.rs.git && cd cg-local-app.rs cargo install --path .

Usage

```rust cg-local-app 0.1.0 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 Address to bind to for the extension. Shouldn't need to be changed [default: 127.0.0.1:53135] -t, --target Path to the target file to synchronize with the IDE ```

Examples

```bash

Synchronize main.rs with the IDE, enable auto-play by default

cg-local-app -p -t main.rs ```

Status

Missing features: * Two-way synchronization

License

MIT