Skip to content

Commit

Permalink
v2020.06.18
Browse files Browse the repository at this point in the history
  • Loading branch information
wxnacy committed Jun 18, 2020
1 parent ca8a26c commit 5121415
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

提供查看帮助文档、复制常用命令等功能

[Download](https://github.com/wxnacy/alfred-commands-workflow/releases/download/v2020.06.03/Commands.Help.Tools.alfredworkflow)
[Download](https://github.com/wxnacy/alfred-commands-workflow/releases/download/v2020.06.18/Commands.Help.Tools.alfredworkflow)

## 复制常用命令

Expand Down
60 changes: 30 additions & 30 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -460,23 +460,28 @@
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>0</integer>
<key>keyword</key>
<string>run</string>
<key>subtext</key>
<key>concurrently</key>
<false/>
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>$@ | while read line
do
echo $line
done</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>text</key>
<string>执行命令并得到结果</string>
<key>withspace</key>
<true/>
<key>type</key>
<integer>0</integer>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<string>alfred.workflow.action.script</string>
<key>uid</key>
<string>0FA3CA6F-AB00-446F-95B9-EAB309AA7AD4</string>
<string>AEEE997C-352F-4019-BFEF-40480C5770E9</string>
<key>version</key>
<integer>1</integer>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
Expand All @@ -502,28 +507,23 @@
<dict>
<key>config</key>
<dict>
<key>concurrently</key>
<false/>
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>$@ | while read line
do
echo $line
done</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>type</key>
<key>argumenttype</key>
<integer>0</integer>
<key>keyword</key>
<string>run</string>
<key>subtext</key>
<string></string>
<key>text</key>
<string>执行命令并得到结果</string>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>AEEE997C-352F-4019-BFEF-40480C5770E9</string>
<string>0FA3CA6F-AB00-446F-95B9-EAB309AA7AD4</string>
<key>version</key>
<integer>2</integer>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
Expand Down Expand Up @@ -775,7 +775,7 @@ echo -n $(nohup curl $1 -O &amp;)</string>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2020.06.03</string>
<string>2020.06.18</string>
<key>webaddress</key>
<string>https://github.com/wxnacy/alfred-commands-workflow</string>
</dict>
Expand Down

0 comments on commit 5121415

Please sign in to comment.