https://github.com/tillt/comparebinaryworkflow
Automator workflow for comparing binary files with Kaleidoscope.
https://github.com/tillt/comparebinaryworkflow
automator-workflow binary compare kaleidoscope macos
Last synced: 2 months ago
JSON representation
Automator workflow for comparing binary files with Kaleidoscope.
- Host: GitHub
- URL: https://github.com/tillt/comparebinaryworkflow
- Owner: tillt
- License: apache-2.0
- Created: 2018-08-19T15:58:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T18:13:11.000Z (over 6 years ago)
- Last Synced: 2025-01-10T04:53:07.247Z (4 months ago)
- Topics: automator-workflow, binary, compare, kaleidoscope, macos
- Size: 695 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compare Binary Workflow
Compare arbitrary, binary files with Kaleidoscope.
## Motivation
This Automator workflow was created for allowing binary files to get compared in a nice, visual way.
Kaleidoscope is a superb diff tool, it does however not provide any means of comparing arbitrary, binary files - which is a shame.## Dependencies
[Kaleidoscope](https://www.kaleidoscopeapp.com) - Visual comparison app.
## Installing
First, make sure Kaleidoscope's commandline utility `ksdiff` is installed.

Next, simply click on this workflow within your Finder to get it installed.
## Usage
Navigate your Finder towards the binary files you want to compare. Select both files!

Control click / Right click on the selection to get to the **Services** menu.

Chose the **Compare Binary** item.

Let it do its thing and get notified about progress.

The result will be nice hex diff shown within the now even more magnificent Kaleidoscope.

## Credits
Clobbed together with love for reversing and passion for tinkering by [Till Toenshoff](https://twitter.com/ttoenshoff).