[alfred] add typefacts workflow for special characters

pull/28/head
Alpha Chen 5 years ago
parent ec1beb7e77
commit 5a66beaba7

@ -0,0 +1,151 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bundleid</key>
<string>com.typefacts.alfred-specialchars</string>
<key>category</key>
<string>Tools</string>
<key>connections</key>
<dict>
<key>50B0CD10-4D52-4898-9C05-DD3A34A829C3</key>
<array>
<dict>
<key>destinationuid</key>
<string>BBDE9259-99C8-410D-970C-69A0B9414F71</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
</array>
</dict>
<key>createdby</key>
<string>Norman Posselt &amp; Frank Rausch</string>
<key>description</key>
<string>Search for special characters and paste them into the frontmost app.</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Special Characters by Typefacts</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>alfredfiltersresults</key>
<true/>
<key>alfredfiltersresultsmatchmode</key>
<integer>0</integer>
<key>argumenttrimmode</key>
<integer>0</integer>
<key>argumenttype</key>
<integer>1</integer>
<key>escaping</key>
<integer>127</integer>
<key>keyword</key>
<string>tf</string>
<key>queuedelaycustom</key>
<integer>1</integer>
<key>queuedelayimmediatelyinitially</key>
<false/>
<key>queuedelaymode</key>
<integer>0</integer>
<key>queuemode</key>
<integer>1</integer>
<key>runningsubtext</key>
<string>Loading Characters…</string>
<key>script</key>
<string>cat characters.json</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
<string>test.sh</string>
<key>subtext</key>
<string></string>
<key>title</key>
<string>Insert Special Character</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>50B0CD10-4D52-4898-9C05-DD3A34A829C3</string>
<key>version</key>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>autopaste</key>
<true/>
<key>clipboardtext</key>
<string>{query}</string>
<key>transient</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.output.clipboard</string>
<key>uid</key>
<string>BBDE9259-99C8-410D-970C-69A0B9414F71</string>
<key>version</key>
<integer>2</integer>
</dict>
</array>
<key>readme</key>
<string>The Typefacts Special Characters Workflow
Many special characters needed for good typography are hard to find, some are not even available on the keyboard at all.
This workflow gives you access to these characters and pastes them right into your current application.
---
This workflow was built by:
Norman Posselt (@norman_posselt)
Frank Rausch (@frankrausch)
---
This workflow excluding the Typefacts name, logo and branding is licensed under the MIT License.
MIT License
Copyright (c) 2016 Typefacts.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</string>
<key>uidata</key>
<dict>
<key>50B0CD10-4D52-4898-9C05-DD3A34A829C3</key>
<dict>
<key>colorindex</key>
<integer>1</integer>
<key>xpos</key>
<integer>70</integer>
<key>ypos</key>
<integer>50</integer>
</dict>
<key>BBDE9259-99C8-410D-970C-69A0B9414F71</key>
<dict>
<key>xpos</key>
<integer>310</integer>
<key>ypos</key>
<integer>50</integer>
</dict>
</dict>
<key>version</key>
<string>1.1.5</string>
<key>webaddress</key>
<string>http://typefacts.com</string>
</dict>
</plist>
Loading…
Cancel
Save