Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manfred-kaiser/folderdiff

Tool to compare zip archives and folders
https://github.com/manfred-kaiser/folderdiff

Last synced: about 1 month ago
JSON representation

Tool to compare zip archives and folders

Awesome Lists containing this project

README

        

# FolderDiff

FolderDiff can be used to compare unzipped archives (e.g. Wordpress installations)
with their original zip archive or a clean source folder.

As a result the found changes (added, deleted, moved and changed) are displayed.

## Command usage

```
$ folderdiff -h
usage: folderdiff [-h] [--prefix PREFIX] FILES FILES

folder compare tool

positional arguments:
FILES directory or archive to compare

options:
-h, --help show this help message and exit
--prefix PREFIX remove the profix from the source and/or destination folder
```

## Sample output

```
folderdiff wordpress-6.0.3-de_AT.zip /var/www/ --prefix wordpress/
===================== Added ======================
+ webshell.php
==================== Modified ====================
* index.php
```