-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望mac下能够有方法实现定时同步\部署 #492
Comments
Deploy 目前通过发送快捷键这样实现: osascript -e 'tell application "System Events" to key code 50 using {control down, option down}' |
感谢~不知道同步是否也能通过这个方式实现 |
有執行部署操作的命令行參數。同步的沒有。 |
同步的后续会添加吗,自动化同步会方便些~ |
1 similar comment
同步的后续会添加吗,自动化同步会方便些~ |
@baggio630 @all4fun #694 应该能帮到你们 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不知道mac的实现方式是否支持通过命令行同步和部署,比如
这样的话就可以通过定时任务来定时同步和部署,不再需要手动点击来实现。
The text was updated successfully, but these errors were encountered: