You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+74-38Lines changed: 74 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,22 @@ A powerful CLI tool that generates beautifully formatted markdown files from git
10
10
11
11
So GitHub/GitLab/Bitbucket diff views works for you? Well good for you! But sometimes those remote git providers might be not your remote git provider and/or your diff view from your remote git providers might be not so friendly moreover if you have to review big changes (at least for your eyes). This tool simply offers an alternative that lets you:
12
12
13
-
- Generate clean, readable diffs when your remote git provider diff views are unavailable or unfriendly
14
-
- Work completely offline - only needs internet access when comparing remote branches
15
-
- Export diffs as markdown to attach to tickets, docs, or discussions
16
-
- Share diffs with AI/LLM tools (ChatGPT, Claude, Copilot, etc.) to streamline code review, get suggestions, and catch potential issues
17
-
- Automatically filter out noise like lockfiles and build artifacts
18
-
- Create permanent documentation snapshots of important changes
19
-
- Share diffs easily with any stakeholders
20
-
- Use your IDE/editor's search and navigation features to analyze the generated diffs:
21
-
- Search across all diff files to find specific changes
22
-
- Use "Find in Files" to locate impacted code patterns
23
-
- Leverage file tree navigation to browse changes by directory
24
-
- Take advantage of markdown preview to view formatted diffs
25
-
- Use split view to compare original and modified code side by side
26
-
- Bookmark key changes for later review
13
+
- Generate clean, readable diffs when GitHub/GitLab/Bitbucket or any other git provider diff views are unavailable or hard to use
14
+
- Work offline - only requires internet for comparing remote branches
15
+
- Export diffs as markdown files to:
16
+
- Attach to tickets and documentation
17
+
- Share with AI tools (ChatGPT, Claude, etc.) for code review assistance
18
+
- Create permanent snapshots of important changes
19
+
- Share easily with stakeholders
20
+
- Smart filtering of noise like lockfiles and build artifacts
21
+
- Editor-agnostic - works with any tool that supports markdown
0 commit comments