Skip to content

πŸš€ Improve comparison of binary filesΒ #2059

@mazunki

Description

@mazunki

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions