cg-local-app-0.1.2 is not a library.
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
From source
&&
Usage
cg-local-app 0.1.2
Vincent Tavernier <vince.tavernier@gmail.com>
Rust application for CG Local
USAGE:
cg-local-app --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
-t, --target <target> Path to the target file to synchronize with the IDE
Examples
# Synchronize main.rs with the IDE, enable auto-play by default
Status
Missing features:
- Two-way synchronization
License
MIT