Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carsonslovoka/go-controller
餵入json檔案,即可按照此腳本來執行動作{滑鼠移動、觸發熱鍵...}
https://github.com/carsonslovoka/go-controller
controller go hotkey windows
Last synced: 7 days ago
JSON representation
餵入json檔案,即可按照此腳本來執行動作{滑鼠移動、觸發熱鍵...}
- Host: GitHub
- URL: https://github.com/carsonslovoka/go-controller
- Owner: CarsonSlovoka
- License: mit
- Created: 2022-05-29T14:44:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T01:48:29.000Z (over 2 years ago)
- Last Synced: 2023-02-27T09:32:23.301Z (over 1 year ago)
- Topics: controller, go, hotkey, windows
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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=""
```You need to feed a file (JSON format) to the executable.
for example
> go-controller.exe -file="[./examples/hello-world.json](v2/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]所完成
- [使用Robotgo開發的前置作業](https://github.com/CarsonSlovoka/robotgo/blob/13a5c80/README_zh_TW.md)
[go-vgo/robotgo]: https://github.com/go-vgo/robotgo