logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Colordiff - Highlight Diff Output | Online Free DevTools by Hexmos

Highlight diff output with Colordiff. Visualize changes in files with syntax highlighting and customizable color schemes. Free online tool, no registration required.

colordiff

A wrapper around diff that produces the same output but with pretty syntax highlighting. Color schemes can be customized. More information: https://github.com/kimmel/colordiff.

  • Compare files:

colordiff {{file1}} {{file2}}

  • Output in two columns:

colordiff -y {{file1}} {{file2}}

  • Ignore case differences in file contents:

colordiff -i {{file1}} {{file2}}

  • Report when two files are the same:

colordiff -s {{file1}} {{file2}}

  • Ignore whitespace:

colordiff -w {{file1}} {{file2}}

See Also