diff2html-cli
diff2html-cli copied to clipboard
Pretty diff to html javascript cli (diff2html-cli)
``` $ echo "123" > /tmp/test $ diff -u /tmp/test /tmp/test | diff2html --renderNothingWhenEmpty -i stdin -s side -F diff.html The input is empty. Try again. [] Usage: diff2html [options]...
Try to see if it is easy to integrate electron to draw the diff instead of the browser. Check: https://github.com/dominictarr/electro
Through `diff -u f1 f2 |diff2html -s line -i stdin -o stdout`, I found that stack overflow would occur when the comparison file exceeded 14M Run the du -sh command...
Well, that's one of the things that GitHub and the like have, the ability to use HTML anchors to locate specific lines. But if you're just displaying a diff, maybe...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Thanks for the great tool, man. Added this PR here to get a "latest" feature... `colorScheme`. Please check it out: https://github.com/rtfpessoa/diff2html-cli/pull/165
Hi Recently i've updated DIff2html-cli on my machine. This is the command i've used "diff2html -s side -F output.html -- file1.txt file2.txt" But all i'm getting is unknown arguments file1.txt,...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade diff2html from 3.4.35 to 3.4.39. :information_source: Keep your dependencies up-to-date....
Could you provide an option which could show us if the diff is on specials characters (eg windows carriage return ^M versus unix carriage return) ?
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade open from 10.0.3 to 10.0.4. :information_source: Keep your dependencies up-to-date....