-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.plist
51 lines (51 loc) · 1.22 KB
/
info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?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>action</key>
<false/>
<key>category</key>
<string>SCRIPTS</string>
<key>command</key>
<string>#Help
#========================================================
#To Create a Task:
#list "task you want to create in quotes"
# list matching works well at matching if you
# give it at least half of the name
#
#Commands:
#help - display this help menu
#lists - display all your lists
#reset - remove stored data to reset CA to new install
./cheddar_for_alfred.py "{query}"</string>
<key>disabled</key>
<false/>
<key>escapequery</key>
<false/>
<key>escapequerybackquotes</key>
<true/>
<key>escapequerybrackets</key>
<false/>
<key>escapequeryquotes</key>
<true/>
<key>escapequerysemicolons</key>
<false/>
<key>growloutput</key>
<true/>
<key>growloutputsticky</key>
<false/>
<key>keyword</key>
<string>ca</string>
<key>logging</key>
<false/>
<key>parameter</key>
<integer>3</integer>
<key>silent</key>
<true/>
<key>subtitle</key>
<string>Quickly create tasks in Cheddar</string>
<key>title</key>
<string>Cheddar For Alfred</string>
</dict>
</plist>