Skip to content

Commit

Permalink
update and bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Nov 20, 2016
1 parent a4bc338 commit 07c8879
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 51 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Download:[Alfred_ShadowsocksController](https://github.com/yourtion/Alfred_Shado

Download From packal: [http://www.packal.org/workflow/shadowsockscontroller](http://www.packal.org/workflow/shadowsockscontroller)

ShadowsocksX-R version : [ssr_1.3.9 (11/18 fix ApiServer)](https://github.com/yichengchen/ShadowsocksX-R/releases/tag/sst_1.3.92)
ShadowsocksX-R version : [ssr_1.3.9 (11/18 fix ApiServer)](https://github.com/yichengchen/ShadowsocksX-R/releases/tag/sst_1.3.9)

![ScreenShot](ScreenShot.png)

基本功能已经完成并且可用

因为版本更新频繁,现在还是测试开发阶段,欢迎反馈问题,更多版本需要SS客户端支持,届时会进行更新,欢迎 Star 和 Watch


Binary file modified ScreenShot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ShadowsocksControler.alfredworkflow
Binary file not shown.
100 changes: 50 additions & 50 deletions Source/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,54 +45,6 @@
<string>ShadowsocksControler</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>alfredfiltersresults</key>
<true/>
<key>argumenttype</key>
<integer>1</integer>
<key>escaping</key>
<integer>68</integer>
<key>keyword</key>
<string>ss</string>
<key>queuedelaycustom</key>
<integer>3</integer>
<key>queuedelayimmediatelyinitially</key>
<true/>
<key>queuedelaymode</key>
<integer>0</integer>
<key>queuemode</key>
<integer>1</integer>
<key>runningsubtext</key>
<string>Loding</string>
<key>script</key>
<string>from SSR import Client
ss = Client()
ss.getList()
</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>subtext</key>
<string></string>
<key>title</key>
<string>{query}</string>
<key>type</key>
<integer>3</integer>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>E4C22947-8474-420B-B17F-013B95F81522</string>
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -143,9 +95,57 @@ ss.action(query)</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>alfredfiltersresults</key>
<true/>
<key>argumenttype</key>
<integer>1</integer>
<key>escaping</key>
<integer>68</integer>
<key>keyword</key>
<string>ss</string>
<key>queuedelaycustom</key>
<integer>3</integer>
<key>queuedelayimmediatelyinitially</key>
<true/>
<key>queuedelaymode</key>
<integer>0</integer>
<key>queuemode</key>
<integer>1</integer>
<key>runningsubtext</key>
<string>Loding</string>
<key>script</key>
<string>from SSR import Client
ss = Client()
ss.getList()
</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>subtext</key>
<string></string>
<key>title</key>
<string>{query}</string>
<key>type</key>
<integer>3</integer>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>E4C22947-8474-420B-B17F-013B95F81522</string>
<key>version</key>
<integer>2</integer>
</dict>
</array>
<key>readme</key>
<string></string>
<string>ShadowsocksX-R controller for Alfred</string>
<key>uidata</key>
<dict>
<key>03A64B3B-833B-4C81-81C6-8BE345D3BEAC</key>
Expand All @@ -171,7 +171,7 @@ ss.action(query)</string>
</dict>
</dict>
<key>version</key>
<string>0.2</string>
<string>0.3</string>
<key>webaddress</key>
<string>https://github.com/yourtion</string>
</dict>
Expand Down

0 comments on commit 07c8879

Please sign in to comment.