oddiff

0.0.1 • Public • Published

oddiff

Colorized octal diff tool using the mac/unix od tool and jsdiff/chalk for colorized output

Usage

oddiff file1 file2

       [--version]   : prints the version

       [--debug]     : prints extra debug info to the console

Description

oddiff is a simple tool that wraps the native od command against both files passed in, and then applies a colorized diff output between the two results of od.

Results

When the two files are identical, you will see the octal representation of the file printed in a grey text to the console.

If there are any differences they will be displayed in-line in the console output with red (removed) and green (added) to the screen.

Dependents (0)

Package Sidebar

Install

npm i oddiff

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • staxmanade