Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 913 Bytes

File metadata and controls

32 lines (21 loc) · 913 Bytes

Handy Warup

Handy Warup

Build Status Coverage Status

Handy what?

Diff once, apply everywhere.

-- Guybrush Threepwood

Handy Warup is a patch generator/applier written in Java. The idea is to execute file operations, described in a specific generated file, in batch.

It is obviously broken down into 2 parts:

  1. generator: simple (Linux-only) Bash script to generate a diff file between two archives
  2. applier: Java program to consume the diff file and apply it to a specified local directory

Getting started

As simple as:

 $> mvn install