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 3, 2021
1 parent 21b5459 commit 815cf2a
Showing 1 changed file with 32 additions and 28 deletions.
60 changes: 32 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>php -f script.php "characters" "{query}"</string>
<string>python3 lipsum.py characters {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -153,6 +153,8 @@
<true/>
<key>clipboardtext</key>
<string>{query}</string>
<key>ignoredynamicplaceholders</key>
<false/>
<key>transient</key>
<false/>
</dict>
Expand All @@ -161,7 +163,7 @@
<key>uid</key>
<string>125F91DD-9720-45BD-9F14-08966CFC2643</string>
<key>version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
Expand Down Expand Up @@ -213,7 +215,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>php -f script.php "words" "{query}"</string>
<string>python3 lipsum.py words {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -228,6 +230,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 All @@ -236,7 +259,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>php -f script.php "sentences" "{query}"</string>
<string>python3 lipsum.py sentences {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -251,27 +274,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 Down Expand Up @@ -301,7 +303,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>php -f script.php "paragraphs" "{query}"</string>
<string>python3 lipsum.py paragraphs {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -318,7 +320,7 @@
</dict>
</array>
<key>readme</key>
<string>An Alfred 3 workflow for generating lorem ipsum dummy text using joshtronic/php-loremipsum.</string>
<string>An Alfred 4 workflow for generating lorem ipsum dummy text.</string>
<key>uidata</key>
<dict>
<key>1029C7B6-DB95-4448-B3C5-C33F3DA0F894</key>
Expand Down Expand Up @@ -385,8 +387,10 @@
<integer>10</integer>
</dict>
</dict>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.2.0</string>
<string>3.0.0</string>
<key>webaddress</key>
<string>https://github.com/alexchantastic/alfred-lipsum-workflow</string>
</dict>
Expand Down

0 comments on commit 815cf2a

Please sign in to comment.