3个版本
0.1.2 | 2021年4月5日 |
---|---|
0.1.1 | 2020年4月5日 |
0.1.0 | 2020年4月5日 |
#1 in #cg
30KB
559 行
cg-local-app
Rust实现的CG Local扩展的客户端应用程序。这是原版CG Local扩展的替代品,与原版Java应用程序兼容,并与原版浏览器扩展协同工作。
安装
预构建包
检查版本以获取适用于您操作系统的二进制文件。
使用cargo
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
状态
缺失的功能
- 双向同步
许可证
MIT
依赖关系
~21–38MB
~586K SLoC