Skip to content

issues Search Results · repo:rtfpessoa/diff2html-cli language:TypeScript

Filter by

51 results
 (63 ms)

51 results

inrtfpessoa/diff2html-cli (press backspace or delete to remove)

Hello! I use diff command to compare files in two folders (e.x. diff -r documentation/public compare_repo/documentation/public -u -X - public.diff || true). If I generate a report using diff2html-cli ...
  • this-username-has-been-taken
  • Opened 
    on Apr 30
  • #177

From https://git-scm.com/docs/git-diff : git diff [ options ] [--] [ path …​] This form is to view the changes you made relative to the index (staging area for the next commit). In other words, the differences ...
  • shunf4
  • Opened 
    on Nov 5, 2024
  • #175

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 to obtain the diff.txt file from diff ...
  • Mrlaowu
  • Opened 
    on Feb 28, 2024
  • #170

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 it s enough to provide anchors for the ...
  • cxplay
  • Opened 
    on Feb 17, 2024
  • #169

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
  • daleyjem
  • Opened 
    on Dec 28, 2023
  • #166

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, file2.txt. ...
  • sahithnani
  • 4
  • Opened 
    on Aug 13, 2023
  • #161

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) ?
  • cscotti
  • 1
  • Opened 
    on Jun 15, 2023
  • #153

Step 0: Describe your environment - OS: Docker debian/alpine/ubuntu - diff2html version: 5.2.9 - Using diff2html-cli - Extra flags: _ Step 1: Describe the problem: Nothing seems to be generated ...
  • wbo-yak
  • 1
  • Opened 
    on Feb 17, 2023
  • #147

In version 5.2.5, it was possible to create a diff from the file by using the following command: diff2html -i file -- my-file-diff.diff Starting from 5.2.6, it is impossible to create a diff from the ...
  • marysieek
  • Opened 
    on Dec 27, 2022
  • #144

$ 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] -- [diff args] ...
  • Ps7ch3
  • 1
  • Opened 
    on Aug 3, 2022
  • #141
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub