Metadata-Version: 2.1
Name: folderdiff
Version: 0.0.2
Summary: FolderDiff is a tool to compare unzipped archives (e.g. Wordpress installations) with their original zip archive or a clean source folder.
Home-page: https://github.com/ssh-mitm/folderdiff
Author: Manfred Kaiser
Author-email: manfred.kaiser@ssh-mitm.at
License: UNKNOWN
Project-URL: Changelog, https://github.com/ssh-mitm/folderdiff/blob/master/CHANGELOG.md
Project-URL: Source, https://github.com/ssh-mitm/folderdiff
Project-URL: Tracker, https://github.com/ssh-mitm/folderdiff/issues
Keywords: folder compare diff
Platform: UNKNOWN
Requires-Python: >= 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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
```


