ABDiff Help

CLI Diff and Merge Workflows

ABDiff has one default command style for opening the app, and one dedicated image-comparison command.

Blocking App Launch (Default)

These forms launch ABDiff and wait until the opened app instance exits:

abd --local <file> --remote <file> --base <file> --result <file>
abd --local <file> --remote <file>
abd --local <file> --remote <file> --image-mode <mode>
abd <file1>
abd <file1> <file2>
abd <image1> <image2> --image-mode <mode>

ABDiff infers viewer mode (text, image, video, folder, Mach-O) from the files you pass.

Return Immediately

If you do not want blocking behavior, add:

abd --no-wait ...

Immediate Image Comparison

Use abd image for CI-style image checks:

abd image <left> <right> [options]

This command compares images and exits immediately with a pass/fail code.
See CLI image diff for all options.

Git Tool Integration

For Git tool configuration, use the same top-level options:

See Git Integration.