Skip to content

Commit

Permalink
Migrate to lipsum-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchantastic committed Mar 20, 2022
1 parent 917a8ba commit a0d3574
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 524 deletions.
52 changes: 26 additions & 26 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>./lipsum.sh -t characters -c {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>./lipsum.sh -t words -c {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -230,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 @@ -238,7 +259,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python3 lipsum.py sentences {query}</string>
<string>./lipsum.sh -t sentences -c {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand All @@ -253,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 @@ -303,7 +303,7 @@
<key>escaping</key>
<integer>127</integer>
<key>script</key>
<string>python3 lipsum.py paragraphs {query}</string>
<string>./lipsum.sh -t paragraphs -c {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -390,7 +390,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>3.2.0</string>
<string>4.0.0</string>
<key>webaddress</key>
<string>https://github.com/alexchantastic/alfred-lipsum-workflow</string>
</dict>
Expand Down
Empty file removed lib/__init__.py
Empty file.
29 changes: 0 additions & 29 deletions lib/lorem/LICENSE

This file was deleted.

Empty file removed lib/lorem/__init__.py
Empty file.
Loading

0 comments on commit a0d3574

Please sign in to comment.