-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathInfo.plist
270 lines (270 loc) · 8.59 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>File Compression Plugin</string>
<key>CFBundleIdentifier</key>
<string>com.blacktree.Quicksilver.QSCompressionPlugIn</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>File Compression Plugin</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.1</string>
<key>CFBundleVersion</key>
<string>171</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2004, Blacktree, Inc.</string>
<key>QSActions</key>
<dict>
<key>QSFileCompressAction</key>
<dict>
<key>actionClass</key>
<string>QSCompressionActionProvider</string>
<key>actionSelector</key>
<string>compressFile:</string>
<key>directTypes</key>
<array>
<string>NSFilenamesPboardType</string>
</array>
<key>displaysResult</key>
<integer>1</integer>
<key>icon</key>
<string>com.apple.archiveutility</string>
<key>name</key>
<string>Compress</string>
</dict>
<key>QSFileCompressUsingAction</key>
<dict>
<key>actionClass</key>
<string>QSCompressionActionProvider</string>
<key>actionSelector</key>
<string>compressFile:withFormat:</string>
<key>directTypes</key>
<array>
<string>NSFilenamesPboardType</string>
</array>
<key>displaysResult</key>
<integer>1</integer>
<key>icon</key>
<string>com.apple.archiveutility</string>
<key>name</key>
<string>Compress Using...</string>
</dict>
<key>QSFileDecompressAction</key>
<dict>
<key>actionClass</key>
<string>QSCompressionActionProvider</string>
<key>actionSelector</key>
<string>decompressFile:</string>
<key>directFileTypes</key>
<array>
<string>zip</string>
<string>cpio</string>
<string>cpgz</string>
<string>tgz</string>
<string>tbz</string>
<string>tbz2</string>
<string>gz</string>
<string>7z</string>
</array>
<key>directTypes</key>
<array>
<string>NSFilenamesPboardType</string>
</array>
<key>icon</key>
<string>com.apple.archiveutility</string>
<key>name</key>
<string>Decompress</string>
<key>rankModification</key>
<real>4.0</real>
<key>validatesObjects</key>
<false/>
</dict>
</dict>
<key>QSDefaults</key>
<dict>
<key>QSCompressionDefaultType</key>
<string>zip</string>
</dict>
<key>QSPlugIn</key>
<dict>
<key>author</key>
<string>Patrick Robertson, Blacktree, Inc.</string>
<key>categories</key>
<array>
<string>Files</string>
<string>Utility</string>
</array>
<key>description</key>
<string>File Compress/Decompress Actions</string>
<key>extendedDescription</key>
<string><h2>Overview</h2>
<p>The File Compression Plugin allows compression and decompression of files using Apple's Archive Utility application. In addition, it supports <code>7z</code> files using <a href="http://p7zip.sourceforge.net/">p7zip</a>.</p>
<h2>Actions</h2>
<dl>
<dt>Compress</dt>
<dd>Compresses the object(s) in the first pane using the default compression type (see 'Preferences' section below)</dd>
<dt>Compress Using…</dt>
<dd>Allows the object(s) in the first pane to be compressed using one of: <code>zip</code>, <code>tbz2</code><sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup>, <code>tgz</code>, <code>cpio</code>, <code>cpgz</code>, <code>7z</code></dd>
<dt>Decompress</dt>
<dd>Decompress files using Archive Utility or <code>p7zip</code></dd>
</dl>
<h2>Preferences</h2>
<p>The plugin adds a preference pane to Quicksilver, allowing you to:</p>
<ul>
<li>Choose whether to compress files to a temporary location first</li>
<li>Choose whether to ignore macOS special files (__MACOSX, ._ files) when compressing</li>
<li>Choose the default compression type to use for the 'Compress' action</li>
</ul>
<h2>Trigger Events</h2>
<p>Event Triggers can be run based on two events in this plugin: Compress and Decompress. For both actions, the "Event Trigger Object" will refer to the archive file.</p>
<h2>Decompressing Multiple Times</h2>
<p>If you decompress multiple times into the same folder, Archive Utility will rename files at the top-level to avoid a conflict. By contrast, <code>p7zip</code> will rename files <em>within nested folders</em>, so do not be surprised if decompressing multiple times does not produce separate copies of a decompressed folder.</p>
<div class="footnote">
<hr>
<ol>
<li id="fn:1">
<p>The <code>tbz2</code> extension is used as opposed to <code>tbz</code>, since this is the OS-preferred extension.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
</ol>
</div></string>
<key>icon</key>
<string>com.apple.archiveutility</string>
</dict>
<key>QSRegistration</key>
<dict>
<key>QSActionProviders</key>
<dict>
<key>QSCompressionActionProvider</key>
<string>QSCompressionActionProvider</string>
</dict>
<key>QSFileCompressors</key>
<dict>
<key>7z</key>
<dict>
<key>class</key>
<string>QSCompressionActionProvider</string>
<key>extension</key>
<string>7z</string>
<key>icon</key>
<string>bah-7z</string>
<key>selector</key>
<string>p7zipCompress:destination:</string>
</dict>
<key>cpgz</key>
<dict>
<key>class</key>
<string>QSCompressionActionProvider</string>
<key>extension</key>
<string>cpgz</string>
<key>icon</key>
<string>bah-cpgz</string>
<key>selector</key>
<string>cpgzCompress:destination:</string>
</dict>
<key>cpio</key>
<dict>
<key>class</key>
<string>QSCompressionActionProvider</string>
<key>extension</key>
<string>cpio</string>
<key>icon</key>
<string>bah-cpio</string>
<key>selector</key>
<string>cpioCompress:destination:</string>
</dict>
<key>tbz2</key>
<dict>
<key>class</key>
<string>QSCompressionActionProvider</string>
<key>extension</key>
<string>tbz2</string>
<key>icon</key>
<string>bah-tbz2</string>
<key>selector</key>
<string>tbzCompress:destination:</string>
</dict>
<key>tgz</key>
<dict>
<key>class</key>
<string>QSCompressionActionProvider</string>
<key>extension</key>
<string>tgz</string>
<key>icon</key>
<string>bah-tgz</string>
<key>selector</key>
<string>tgzCompress:destination:</string>
</dict>
<key>zip</key>
<dict>
<key>class</key>
<string>QSCompressionActionProvider</string>
<key>extension</key>
<string>zip</string>
<key>icon</key>
<string>bah-zip</string>
<key>selector</key>
<string>zipCompress:destination:</string>
</dict>
</dict>
<key>QSPreferencePanes</key>
<dict>
<key>QSCompressionPrefPane</key>
<dict>
<key>class</key>
<string>QSPreferencePane</string>
<key>description</key>
<string>Destination and Format Options</string>
<key>icon</key>
<string>com.apple.archiveutility</string>
<key>name</key>
<string>Compression</string>
<key>nibBundle</key>
<string>com.blacktree.Quicksilver.QSCompressionPlugIn</string>
<key>nibName</key>
<string>QSCompressionPrefPane</string>
</dict>
</dict>
<key>QSTriggerEvents</key>
<dict>
<key>QSFileCompressComplete</key>
<dict>
<key>allowMatching</key>
<true/>
<key>icon</key>
<string>com.apple.archiveutility</string>
<key>name</key>
<string>File(s) Compressed ☿</string>
<key>provider</key>
<string>QSCompressionActionProvider</string>
<key>type</key>
<string>File Compression</string>
</dict>
<key>QSFileDecompressComplete</key>
<dict>
<key>allowMatching</key>
<true/>
<key>icon</key>
<string>com.apple.archiveutility</string>
<key>name</key>
<string>Archive Decompressed ☿</string>
<key>provider</key>
<string>QSCompressionActionProvider</string>
<key>type</key>
<string>File Compression</string>
</dict>
</dict>
</dict>
<key>QSRequirements</key>
<dict>
<key>version</key>
<string>4001</string>
</dict>
</dict>
</plist>