Skip to content

Instantly share code, notes, and snippets.

@alex-sherwin
Forked from rustle/gist:4342284
Last active August 29, 2015 14:08
Show Gist options
  • Save alex-sherwin/99ba55cf79890ad0c026 to your computer and use it in GitHub Desktop.
Save alex-sherwin/99ba55cf79890ad0c026 to your computer and use it in GitHub Desktop.

Cornerstone does not yet officially support Kaleidoscope 2, so to work with the latest beta of Kaleidoscope 2 (Build 99 and up) here is how to get set up:

Follow the instructions here Cornerstone External Compare Tools under the heading Custom Compare Scripts

The custom scripts contents should be

#!/usr/bin/env bash

/usr/local/bin/ksdiff --partial-changeset -- "$1" "$2"

The script you create needs to be executable for Cornerstone to use it, so at your command line:

chmod +x /path/to/script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment