https://github.com/xnul/ddiff
Performs a diff-like operation between two directories.
https://github.com/xnul/ddiff
Last synced: 7 months ago
JSON representation
Performs a diff-like operation between two directories.
- Host: GitHub
- URL: https://github.com/xnul/ddiff
- Owner: xNul
- License: gpl-3.0
- Created: 2018-12-15T05:27:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T08:43:23.000Z (over 6 years ago)
- Last Synced: 2025-01-21T17:26:41.765Z (9 months ago)
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddiff
Windows: `cl /I "libs" main.c`
Linux: `gcc main.c -lm`## Ideas:
- Processing option to compare via hashes
- Processing option to compare file names only
- Processing option to compare via file names, then perform a regular diff (a)
- Default output option is to print to console all changes for processing option
- Output option to quiet
- Output option to only print file changes for (a)
- Output option to a directory (outputs data in a more digestable format as files) and some formatting options for this?