Skip to content

Commit

Permalink
Update plistand alfredworkflow, and fix typo in py
Browse files Browse the repository at this point in the history
  • Loading branch information
Li, Yifei committed Sep 6, 2020
1 parent 633e0a6 commit 6b00b2a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 23 deletions.
2 changes: 1 addition & 1 deletion SequentialStrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main(wf):
wf.add_item(title=result_str_h, subtitle=subtitle, arg=result_str_h, valid=True)

except:
wf.add_item("Invalid input. format: strings {number-number} strings")
wf.add_item("Invalid input. Format: strings {number-number} strings")

wf.send_feedback()

Expand Down
Binary file not shown.
58 changes: 36 additions & 22 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>bundleid</key>
<string>liyifei.sequentialstringscreator</string>
<string>yli.sequntialstrings</string>
<key>category</key>
<string>Productivity</string>
<key>connections</key>
Expand Down Expand Up @@ -33,32 +33,15 @@
</array>
</dict>
<key>createdby</key>
<string>Yifei Li</string>
<string>Li, Yifei</string>
<key>description</key>
<string>Create Sequential Strings by Input</string>
<string>Create Sequential Strings such as "hw1 hw2 hw3" horizontally or vertically</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Sequential Strings Creator</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>autopaste</key>
<true/>
<key>clipboardtext</key>
<string>{query}</string>
<key>transient</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.output.clipboard</string>
<key>uid</key>
<string>388CFD06-E7A7-4BBA-BF94-986EA172BCD3</string>
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -108,13 +91,34 @@
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>autopaste</key>
<true/>
<key>clipboardtext</key>
<string>{query}</string>
<key>ignoredynamicplaceholders</key>
<false/>
<key>transient</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.output.clipboard</string>
<key>uid</key>
<string>388CFD06-E7A7-4BBA-BF94-986EA172BCD3</string>
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>autopaste</key>
<false/>
<key>clipboardtext</key>
<string>{query}</string>
<key>ignoredynamicplaceholders</key>
<false/>
<key>transient</key>
<false/>
</dict>
Expand All @@ -127,7 +131,13 @@
</dict>
</array>
<key>readme</key>
<string></string>
<string>This simple workflow lets you create a series of sequential strings, such as "hw1 hw2 hw3 " by "hw{1-3} ", etc., horizontally or vertically.
It supports the sequence of either integer or one-digit float.
The input format is `strings {number-number} strings`, where curly braces work as determinators.
For more examples and demos, please see the github website.</string>
<key>uidata</key>
<dict>
<key>388CFD06-E7A7-4BBA-BF94-986EA172BCD3</key>
Expand All @@ -152,7 +162,11 @@
<integer>85</integer>
</dict>
</dict>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.0</string>
<key>webaddress</key>
<string></string>
<string>https://github.com/yli/Alfred-Sequential-Strings-Creator</string>
</dict>
</plist>

0 comments on commit 6b00b2a

Please sign in to comment.