Skip to content

Command line tools for manipulating UPS binary patches, written in Go.

License

Notifications You must be signed in to change notification settings

rameshvarun/ups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1371d4b · Apr 15, 2023

History

27 Commits
Mar 31, 2023
Sep 29, 2015
May 9, 2017
Sep 29, 2015
Sep 29, 2015
Apr 15, 2023
Oct 8, 2015
Mar 31, 2023
Apr 15, 2023
Mar 16, 2023
Mar 16, 2023
Jun 8, 2021

Repository files navigation

UPS Tools

Go

Installation

Builds can be downloaded from the releases page. Put the executable somewhere in your PATH. If you have the Go toolchain setup, you can also run go get github.com/rameshvarun/ups to install from source.

Commands

ups diff -b base -m modified -o output.ups

Create a UPS patch file.

ups apply -b base -p patch.ups -o output

Apply a UPS patch to a file.

Links