https://github.com/squidkid-deluxe/diff-all
Diffchecks all of the comparable files in two given folders.
https://github.com/squidkid-deluxe/diff-all
Last synced: 3 months ago
JSON representation
Diffchecks all of the comparable files in two given folders.
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/diff-all
- Owner: squidKid-deluxe
- Created: 2021-04-18T20:29:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T20:41:05.000Z (about 4 years ago)
- Last Synced: 2025-01-14T11:02:25.403Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diff_all.py
diff_all.py is a simple script that uses `colordiff` to check for differences between files. It can be very useful for comparing code in two different version folders. To run, simply clone in the parent directory of the version folder and execute the script, using the command `python3 diff_all.py`. The script will prompt you for two directory names, and then compare all of the compatible files file-by-file.