-
Notifications
You must be signed in to change notification settings - Fork 469
Open
Description
I often deal with binary files, and end up doing delta <(xxd file1) <(xxd file2). While this does work, I feel like it'd be nice if delta implicitly support comparison of binary data.
I don't have a preference about whether this should be implemented by something alongside --binary-handler=xxd or if it just converts it internally. Either way Binary files a/file1 and b/file2 differ is not exactly useful when debugging binary data streams, and I think it'd be nice if delta could help by telling me which byte is different.
If something like this exists already, I failed to find it by searching for binary in --help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels