[alfred] Update workflows

pull/28/head
Alpha Chen 9 years ago
parent 9ca1179dfe
commit 23f863be6a

@ -1 +1 @@
Subproject commit 4dad181a31c9d5e32b45b338a11b90e081f9539c
Subproject commit f5ec31006123871d2d722417f5a10ced72b9f65b

@ -271,7 +271,7 @@
<string></string>
</dict>
</array>
<key>dash_keyword_rails</key>
<key>dash_keyword_rb</key>
<array>
<dict>
<key>destinationuid</key>
@ -298,7 +298,7 @@
<string></string>
</dict>
</array>
<key>dash_keyword_rb</key>
<key>dash_keyword_rust</key>
<array>
<dict>
<key>destinationuid</key>
@ -933,6 +933,68 @@ That said, you can edit anything else within this workflow (including adding new
Do not try to change the keywords from within Alfred, as Dash will overwrite your changes. If you want to change a keyword, change it from within Dash (in Preferences &gt; Docsets).
That said, you can edit anything else within this workflow (including adding new triggers/actions/hotkeys).</string>
<key>subtext</key>
<string>Please read what's in the "Script:" section below</string>
<key>title</key>
<string>PLEASE README</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>dash_note_readme</string>
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>0</integer>
<key>escaping</key>
<integer>0</integer>
<key>runningsubtext</key>
<string>Please read what's in the "Script:" section below</string>
<key>script</key>
<string>Dash dynamically updates this workflow with docset and search profile keywords.
Do not try to change the keywords from within Alfred, as Dash will overwrite your changes. If you want to change a keyword, change it from within Dash (in Preferences &gt; Docsets).
That said, you can edit anything else within this workflow (including adding new triggers/actions/hotkeys).</string>
<key>subtext</key>
<string>Please read what's in the "Script:" section below</string>
<key>title</key>
<string>PLEASE README</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>dash_note_readme</string>
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>0</integer>
<key>escaping</key>
<integer>0</integer>
<key>runningsubtext</key>
<string>Please read what's in the "Script:" section below</string>
<key>script</key>
<string>Dash dynamically updates this workflow with docset and search profile keywords.
Do not try to change the keywords from within Alfred, as Dash will overwrite your changes. If you want to change a keyword, change it from within Dash (in Preferences &gt; Docsets).
That said, you can edit anything else within this workflow (including adding new triggers/actions/hotkeys).</string>
<key>subtext</key>
<string>Please read what's in the "Script:" section below</string>
@ -1190,15 +1252,15 @@ That said, you can edit anything else within this workflow (including adding new
<key>escaping</key>
<integer>110</integer>
<key>keyword</key>
<string>rails</string>
<string>rb</string>
<key>runningsubtext</key>
<string>Searching for "{query}"</string>
<key>script</key>
<string>./dashAlfredWorkflow "rails:{query}"</string>
<string>./dashAlfredWorkflow "rb:{query}"</string>
<key>subtext</key>
<string>Search Ruby on Rails 4 for "{query}"</string>
<string>Search Ruby 2 for "{query}"</string>
<key>title</key>
<string>Search Ruby on Rails 4</string>
<string>Search Ruby 2</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
@ -1207,7 +1269,7 @@ That said, you can edit anything else within this workflow (including adding new
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>dash_keyword_rails</string>
<string>dash_keyword_rb</string>
<key>version</key>
<integer>0</integer>
</dict>
@ -1219,15 +1281,15 @@ That said, you can edit anything else within this workflow (including adding new
<key>escaping</key>
<integer>110</integer>
<key>keyword</key>
<string>rb</string>
<string>rust</string>
<key>runningsubtext</key>
<string>Searching for "{query}"</string>
<key>script</key>
<string>./dashAlfredWorkflow "rb:{query}"</string>
<string>./dashAlfredWorkflow "rust:{query}"</string>
<key>subtext</key>
<string>Search Ruby 2 for "{query}"</string>
<string>Search Rust for "{query}"</string>
<key>title</key>
<string>Search Ruby 2</string>
<string>Search Rust</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
@ -1236,7 +1298,7 @@ That said, you can edit anything else within this workflow (including adding new
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>dash_keyword_rb</string>
<string>dash_keyword_rust</string>
<key>version</key>
<integer>0</integer>
</dict>
@ -1377,12 +1439,12 @@ The keyword is either a docset keyword (defined in Preferences &gt; Docsets) or
<key>ypos</key>
<integer>1770</integer>
</dict>
<key>dash_keyword_rails</key>
<key>dash_keyword_rb</key>
<dict>
<key>ypos</key>
<integer>1890</integer>
</dict>
<key>dash_keyword_rb</key>
<key>dash_keyword_rust</key>
<dict>
<key>ypos</key>
<integer>2010</integer>

Loading…
Cancel
Save