-
Notifications
You must be signed in to change notification settings - Fork 7
/
README.txt
154 lines (121 loc) · 5.65 KB
/
README.txt
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
README
------
qlZipInfo v1.2.7
Homepage:
https://github.com/srirangav/qlZipInfo
Overview:
qlZipInfo is a QuickLook generator for zip, jar, tar,
tar.gz (.tgz), tar.bz2 (.tbz2/.tbz), tar.Z (.tZ), xar
(.xar, .pkg), debian (.deb), Redhat Package Manager
(.rpm), 7zip (.7z), xz, Microsoft cabinet (.cab), gzip
(.gz), lha, Binhex 4.0 (.hqx), Stuffit (.sit), and
CrossOvers (.cxarchive) archives, IPSW files, and
ISO9660 (.iso, .cdr, .toast) images.
qlZipInfo relies on libarchive (https://libarchive.org/).
Information for each file in an archive is displayed in
the following format:
Icon | Filename | Size | Date Modified
A folder icon is shown for folders / directories, a file
icon is shown for regular files, and a lock icon is shown
for encrypted files. In addition, for Binhex 4.0 archives,
a package icon is shown if the file stored in the archive
is a Stuffit archive and an application icon is shown if
the file stored in the archive is an application.
After listing information for all the files in an archive,
a summary rows is shown with the number of files in the
archive, the archive's total uncompressed size, the
archive's total compressed size and the % compression.
For Binhex 4.0 files, the date modified and the summary
row are omitted. Instead the MacOS type and creator are
shown.
Install:
1. Create the directory ~/Library/QuickLook if it doesn't
exist
2. Copy qlZipInfo.qlgenerator to ~/Library/QuickLook
3. Restart QuickLook:
/usr/bin/qlmanage -r
/usr/bin/qlmanage -r cache
4. Wait a minute or two for QuickLook to properly load
or reload qlZipInfo.qlgenerator
Homebrew (https://brew.sh/) users can install qlZipInfo
using `iloveitaly/tap/qlzipinfo`.
Supported MacOSX versions:
v. 1.2.0 and onwards - MacOSX 10.13 through MacOSX 14
v. 1.0.9 - 1.1.11 - MacOSX 10.9+
v. 1.0.8 and earlier - MacOSX 10.6+
Known Issues:
1. If WinZip is installed (for example, as part of Roxio
Toast), this Quicklook generator will not produce a
preview for zip files because Quicklook always prefers
generators that are included in an application and
there is no way to override this behavior without
editing WinZip. Similarly, if Suspicious Package is
installed, this Quicklook generator will not produce a
preview for .pkg files. See:
https://stackoverflow.com/questions/11705425
2. Unix Compress'ed tar files with the extension .tz or
.tZ cannot be reliably detected and previewed
3. InstallSheild CAB files are not currently supported
4. Only Binhex 4.0 files are supported
5. Stuffit 5 files are not currently supported
6. MacOS X Sequoia (15.x) and newer are not supported
because they no longer support the Quicklook generator
framework. See:
https://eclecticlight.co/2024/10/31/how-sequoia-has-changed-quicklook-and-its-thumbnails/
History:
v1.2.7 - update color scheme based on pull request #2;
update to libarchive 3.7.7
v1.2.6 - update to Google Toolbox for Mac v.4.0.0 and
libarchive 3.7.2; add support for some IPSW
files
v1.2.5 - add support for some CrossOvers archives
v1.2.4 - update to libarchive v.3.7.1 and update lzma
headers from xz v.5.4.3
v1.2.3 - update to libarchive v.3.7.0 and Google Toolbox
for Mac v.3.0.0
v1.2.2 - add support for ePub files
v1.2.1 - update to libarchive v.3.6.2
v1.2.0 - updates for Xcode 14.1, add instructions for
installation through Homebrew
v1.1.11 - add support for some Stuffit files
v1.1.10 - update to libarchive v.3.6.1 and lzma headers from
xz v.5.2.5
v1.1.9 - add support for (some?) CD/DVD images created by
Roxio Toast
v1.1.8 - upgrade to libarchive v.3.6.0
v1.1.7 - add support for Binhex 4.0 files
v1.1.6 - fix to detect .tgz files as tar-gzip'ed archives and
.tbz files as tar-bzip2'ed archives, disable preview
of 1Password backups
v1.1.5 - upgrade to libarchive v.3.5.2, add support for
uuencoded archives and rpm files
v1.1.4 - modularize preview generation, add total compressed
size to the summary row
v1.1.3 - add support for Microsoft CAB files and gzip'ed
archives of a single file
v1.1.2 - (partially?) fix listing non-ASCII filenames
v1.1.1 - add support for xar / pkg, debian (.deb), 7zip (.7z),
xz, and lha archives and ISO9660 images
v1.1.0 - switch to libarchive and add support for .tar,
.tar.gz, .tar.bz2, and tar.Z files
v1.0.15 - show a lock icon for encrypted files
v1.0.14 - fixes to make darkmode and light mode better match
BigSur's Finder
v1.0.13 - make sure days and months are zero prefixed
v1.0.12 - increase size used to display the compressed file
size; disable showing the compression method
v1.0.11 - add support for zip files with non-UTF8 filenames
v1.0.10 - add darkmode support
v1.0.9 - build on Big Sur (11.x)
v1.0.8 - add support for some 1Password backups
v1.0.7 - update to Minizip 1.2, show compression method
v1.0.6 - updates for Xcode 10.2
v1.0.5 - internal updates
v1.0.4 - internal updates
v1.0.3 - localize the date, change compression reporting, and
escape any HTML characters in file / folder names
v1.0.2 - add icons, display file compression, size in B, KB,
MB, etc.
v1.0.1 - initial release
License:
Please see LICENSE.txt