如果能加入 Apple Script 支持那就更好了,可以大大提高其拓展性
比如制作 Alfred 的 Workflow 等
这个可以自己模仿写个Apple script,然后在 Quicksilver 中调用,(Alfred 也应该可以)。
这有个类似的 apple script。https://github.com/seudut/dotfiles/blob/master/bin/emacs_toggle.applescript 将其中的 emacs 换成 shadowsocks 应该就可以了。
你这个需求应该不是 这个shadowsocks (某个具体的程序 ) 这个project 要做 和 能做的。
噢,我试试看。
打扰了 :)
发件人: seudut notifications@github.com
发送时间: 2017年5月1日 15:53:39
收件人: shadowsocks/ShadowsocksX-NG
抄送: Roife; Author
主题: Re: [shadowsocks/ShadowsocksX-NG] 添加 Apple Script 支持 (#351)
这个可以自己模仿写个Apple script,然后在 Quicksilver 中调用,(Alfred 也应该可以)。
这有个类似的 apple script。https://github.com/seudut/dotfiles/blob/master/bin/emacs_toggle.applescript 将其中的 emacs 换成 shadowsocks 应该就可以了。
你这个需求应该不是 这个shadowsocks (某个具体的程序 ) 这个project 要做 和 能做的。
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/shadowsocks/ShadowsocksX-NG/issues/351#issuecomment-298360051, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQ4Vect0JQWbjDYPHEO9OI_e9617tewUks5r1gADgaJpZM4NMeOr.
噢,我试试看。
打扰了 :)
发件人: seudut notifications@github.com
发送时间: 2017年5月1日 15:53:39
收件人: shadowsocks/ShadowsocksX-NG
抄送: Roife; Author
主题: Re: [shadowsocks/ShadowsocksX-NG] 添加 Apple Script 支持 (#351)
这个可以自己模仿写个Apple script,然后在 Quicksilver 中调用,(Alfred 也应该可以)。
这有个类似的 apple script。https://github.com/seudut/dotfiles/blob/master/bin/emacs_toggle.applescript 将其中的 emacs 换成 shadowsocks 应该就可以了。
[https://avatars0.githubusercontent.com/u/10176521?v=3&s=400]https://github.com/seudut/dotfiles/blob/master/bin/emacs_toggle.applescript
seudut/dotfileshttps://github.com/seudut/dotfiles/blob/master/bin/emacs_toggle.applescript
github.com
dotfiles - My dot files for emacs, vim, tmux, zsh, etc
你这个需求应该不是 这个shadowsocks (某个具体的程序 ) 这个project 要做 和 能做的。
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/shadowsocks/ShadowsocksX-NG/issues/351#issuecomment-298360051, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQ4Vect0JQWbjDYPHEO9OI_e9617tewUks5r1gADgaJpZM4NMeOr.
网址里提供的参考,不知如何实现在SS上。。
另,提供GoAgent的applescript设置:
tell application "GoAgentX"
toggle current service status to running
end tell