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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,31 @@ A powerful CLI tool that generates beautifully formatted markdown files from git
8
8
9
9
## Why?
10
10
11
-
So GitHub/GitLab/Bitbucket diff views works for you? Good. But sometimes those might be not your remote git provider and/or your diff view from your remote git providers might be not so friendly (at least for your eyes). This tool simply offers an alternative that lets you:
11
+
So GitHub/GitLab/Bitbucket diff views works for you? Good. But sometimes those 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
13
- Generate clean, readable diffs when your remote git provider diff views are unavailable or unfriendly
14
14
- Work completely offline - only needs internet access when comparing remote branches
15
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
16
17
- Automatically filter out noise like lockfiles and build artifacts
17
18
- Create permanent documentation snapshots of important changes
18
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
27
+
19
28
20
29
## Features
21
30
22
31
- 📝 Generates markdown files for each changed file in your git repository
23
32
- 🎨 Syntax-highlighted diff output
24
33
- 📊 Includes file statistics and change summaries
25
34
- 🔍 Automatic exclusion of common build artifacts and sensitive files
26
-
- 📁 Creates an organized directory structure with an index
35
+
- 📁 Preserves your repository's directory structure and generates a searchable diff index for easy navigation
27
36
- 💡 Support for comparing specific commits, branches, or tags
28
37
- 🚀 Progress indicators for long-running operations
0 commit comments