Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.
/ zipdiff-ng Public archive
forked from aaron-cripps-vgh/zipdiff

calculates the differences between two zipfiles

License

Notifications You must be signed in to change notification settings

Ch4ni/zipdiff-ng

This branch is 34 commits ahead of aaron-cripps-vgh/zipdiff:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2015
Mar 26, 2015
Nov 10, 2009
Feb 10, 2015
Feb 10, 2015
Feb 11, 2015
Feb 6, 2015
Feb 6, 2015
Mar 1, 2015
Feb 10, 2015

Repository files navigation

ZipDiff-ng is a fork of ZipDiff with the intention of modernizing
and simplifying the tool.

-----------------------------------------------------------------------------

ZipDiff-ng compares two zip files and creates a list of differences. Plain text, .xml, .html and even a .zip file are supported as output formats.


Command line arguments
----------------------

java -jar zipdiff-ng.jar [options] foo.zip bar.zip

Valid options are:

-crc                   compares the crc values instead of the file content
-ts                    compares timestamps instead of file content
-output                name of the output file
-skipOutputPrefix n    number of path segment to skip in the output file
-skipPrefix1 n         number of path segment to skip in the first file
-skipPrefix2 n         number of path segment to skip in the second file
-filter <regex>        regex of filenames within the zip to check

This version can be found at https://github.com/eurythmia/zipdiff-ng


The original zipdiff project was developed by Sean C. Sullivan and James Stewart at http://zipdiff.sourceforge.net/

License:  see LICENSE.txt

About

calculates the differences between two zipfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.0%
  • HTML 3.0%