Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mduser63

macrumors 68040
Original poster
Nov 9, 2004
3,042
31
Salt Lake City, UT
Anybody know of a free/cheap (as in not $80 like StuffIt Deluxe) app that will allow you to browse zip archives without unstuffing them? That's one of the very few things that Windows has that I really with OS X had. I have some big zip files and it's a pain to wait for them to unzip when I only need one small file out of them.

I know StuffIt Deluxe will do what I want, but I'd rather not fork over $80 for such a relatively small capability.
 
Use Terminal.app.

List all files in a zip archive: unzip -l zipfile.zip (that's a lower case 'L' in the flag)

Extract one (or more files): unzip zipfile.zip "path/to/files/filename*.*" (you can give it one specific file, or several or even use *, like if you want all the gifs in a folder called images in the zip file, type: unzip zipfile.zip "images/*.gif")

For more info, type: man unzip

It's free! :)
 
mduser63 said:
Anybody know of a free/cheap (as in not $80 like StuffIt Deluxe) app that will allow you to browse zip archives without unstuffing them? That's one of the very few things that Windows has that I really with OS X had. I have some big zip files and it's a pain to wait for them to unzip when I only need one small file out of them.

I know StuffIt Deluxe will do what I want, but I'd rather not fork over $80 for such a relatively small capability.
ZipIt will do what you want, but has a $20.00 shareware fee. Archive Viewer is a donationware solution to your problem.
 
Thanks for the replies. Archive Viewer seems to not be available anymore, but ZipIt will do the trick. I'll also check out the Spotlight plugin mentioned.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.