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

Create Diff Histogram - Analyze File Changes | Online Free DevTools by Hexmos

Create diff histogram with Diffstat. Analyze code changes and file modifications from diff output with ease. Free online tool, no registration required.

diffstat

Create a histogram from the output of the diff command. More information: https://manned.org/diffstat.

  • Display changes in a histogram:

diff {{path/to/file1}} {{path/to/file2}} | diffstat

  • Display inserted, deleted and modified changes as a table:

diff {{path/to/file1}} {{path/to/file2}} | diffstat -t

See Also