We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

zfind

Many times, developers (or even, normal users) run into an issue of searching for a resource that is inside a zip. Worse, that resource is inside a zip which is itself inside ANOTHER zip (i.e. nested archive).

Possibly you need to verify whether a particular resource is present in an ear or you want to know part of a file name but don’t know which zip/jar on your hard disk contains that class file.

zfind solves this problem. zfind is very fast and it works on most common archive/compress files. Apart from GUI and command line, it also provides API support which let’s you use it in your java code as a 3rd party library.

Thanks for using, and if you find any bug, do post a ticket or discussion topic. I can’t fix anything if I don’t know the problem 🙂

**Check Wiki for USAGE details

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website https://github.com/dipdatta/zfind
Tags
License
Platform
Features
  • Fast file search utility (command line and GUI)
  • Can search within most common archive files (ZIP, JAR, TAR, WAR, EAR etc)
  • Can search within most common compressed files (GZ, TGZ, TAR.GZ, BZ2, XZ etc)
  • Nested archives/compressed files supported (i.e. ZIP within ZIP etc) till unlimited depth (Only constrained by system resource)
  • Normal directory search supported (recursive search within subdirectories as well as archive files)
  • Full File name search with wildcard support (i.e. foo*.bar)
  • File name search with regular expression pattern
  • Search with case ignore option
  • Can be used as API in a java project