Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 779 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 779 Bytes

go-controller

餵入json檔案,即可按照此腳本來執行動作{滑鼠移動、觸發熱鍵...}

Build & USAGE

git clone https://github.com/CarsonSlovoka/go-controller.git
cd go-controller/v2
go build -o go-controller.exe
go-controller.exe -file="<test.json>"

You need to feed a file (JSON format) to the executable.

for example

go-controller.exe -file="./examples/hello-world.json"

Once the program is running, you can type help in the console to see other commands that you can use.

給開發人員

本套件主要倚靠go-vgo/robotgo所完成