Skip to content

Commit

Permalink
Update Alfred definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchantastic committed Nov 4, 2021
1 parent a23a539 commit a665e7e
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python3 lipsum.py characters {query}</string>
<string>python lipsum.py characters {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -215,7 +215,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python3 lipsum.py words {query}</string>
<string>python lipsum.py words {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -230,27 +230,6 @@
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>1</integer>
<key>keyword</key>
<string>lipsum</string>
<key>subtext</key>
<string>Generate {query} sentences</string>
<key>text</key>
<string>Sentences</string>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>1029C7B6-DB95-4448-B3C5-C33F3DA0F894</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand All @@ -259,7 +238,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python3 lipsum.py sentences {query}</string>
<string>python lipsum.py sentences {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -274,6 +253,27 @@
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>1</integer>
<key>keyword</key>
<string>lipsum</string>
<key>subtext</key>
<string>Generate {query} sentences</string>
<key>text</key>
<string>Sentences</string>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.keyword</string>
<key>uid</key>
<string>1029C7B6-DB95-4448-B3C5-C33F3DA0F894</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -303,7 +303,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python3 lipsum.py paragraphs {query}</string>
<string>python lipsum.py paragraphs {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -387,10 +387,8 @@
<integer>10</integer>
</dict>
</dict>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>3.0.0</string>
<string>3.1.0</string>
<key>webaddress</key>
<string>https://github.com/alexchantastic/alfred-lipsum-workflow</string>
</dict>
Expand Down

0 comments on commit a665e7e

Please sign in to comment.