Crates.io | cg-local-app |
lib.rs | cg-local-app |
version | 0.1.2 |
source | src |
created_at | 2020-04-05 15:58:25.90908 |
updated_at | 2021-04-05 20:12:24.690167 |
description | Rust application for CG Local |
homepage | https://github.com/vtavernier/cg-local-app.rs |
repository | https://github.com/vtavernier/cg-local-app.rs.git |
max_upload_size | |
id | 226613 |
size | 85,560 |
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.
cargo install --force cg-local-app
git clone https://github.com/vtavernier/cg-local-app.rs.git && cd cg-local-app.rs
cargo install --path .
cg-local-app 0.1.2
Vincent Tavernier <vince.tavernier@gmail.com>
Rust application for CG Local
USAGE:
cg-local-app [FLAGS] [OPTIONS] --target <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 <bind> Address to bind to for the extension. Shouldn't need to be changed [default: 127.0.0.1:53135]
-t, --target <target> Path to the target file to synchronize with the IDE
# Synchronize main.rs with the IDE, enable auto-play by default
cg-local-app -p -t main.rs
Missing features:
MIT