Skip to content

Commit

Permalink
add uncompressed file size to summary row
Browse files Browse the repository at this point in the history
  • Loading branch information
srirangav committed Jul 23, 2021
1 parent a9c4543 commit 1031093
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 59 deletions.
10 changes: 8 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ Overview:
A folder icon is shown for folders / directories, a file
icon is shown for regular files, and a lock icon is shown
for encypted files.


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.

Install:

1. Create the directory ~/Library/QuickLook if it doesn't
Expand All @@ -45,7 +50,8 @@ Supported MacOSX versions:

History:

v1.1.4 - modularize preview generation
v1.1.4 - modularize preview generation, add total
compressed size to the summary row
v1.1.3 - add support for Microsoft CAB files (Install-
Sheild CAB files have a different format and
aren't supported yet) and gzip'ed archives of
Expand Down
4 changes: 2 additions & 2 deletions qlZipInfo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,9 @@
26CA45E51B84624200B08F29 /* minizip */,
26909ED3267B374C000272C5 /* libarchive */,
26BC4AAF26807928005C136F /* lzma */,
26CA45D81B8461BA00B08F29 /* GenerateThumbnailForURL.m */,
26CA45DA1B8461BA00B08F29 /* GeneratePreviewForURL.m */,
261D47E126A94A0800028CA3 /* GeneratePreviewForURL.h */,
26CA45DA1B8461BA00B08F29 /* GeneratePreviewForURL.m */,
26CA45D81B8461BA00B08F29 /* GenerateThumbnailForURL.m */,
26CA45DC1B8461BA00B08F29 /* main.c */,
26CA45D61B8461BA00B08F29 /* Supporting Files */,
);
Expand Down
Loading

0 comments on commit 1031093

Please sign in to comment.