patcher
perl script useful for managing patches
Install
- All systems
-
curl cmd.cat/patcher.sh
- Debian
-
apt-get install patcher
- Ubuntu
-
apt-get install patcher
- Fedora
-
dnf install patcher
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install patcher
- Raspbian
-
apt-get install patcher
- Dockerfile
- dockerfile.run/patcher
patcher
perl script useful for managing patches
patcher is a patch manager that keeps track of which files you change. It then can generate patches from your changes, no need for you to handle the diff tool manually. The patches can be stacked in series, they define the order they have to be applied. Patcher keeps series information as well as information of which patches have been applied and which not. Homepage http://www.holgerschurig.de/patcher.html