Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manfred-kaiser/folderdiff
- Owner: manfred-kaiser
- License: gpl-3.0
- Created: 2023-03-06T13:03:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-06T13:55:54.000Z (over 1 year ago)
- Last Synced: 2024-10-07T13:48:46.625Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 FILESfolder compare tool
positional arguments:
FILES directory or archive to compareoptions:
-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
```