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
+39-49Lines changed: 39 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,45 +33,33 @@ gitloom-diff -s feature/awesome -e main
33
33
34
34
## Why You'll Love This
35
35
36
-
GitHub, GitLab, or any other git provider diffs can be hard to parse - especially for large changes. This tool gives you a better diff experience with:
37
-
38
-
- 🚀 **Beautiful Local Diffs**
39
-
- Works with any git provider
40
-
- Syntax highlighting
41
-
- Clean, consistent formatting
42
-
43
-
- 📝 **Markdown Export Ready For**:
44
-
- 📄 Documentation & issue tracking
45
-
- 🤖 AI code review (ChatGPT, Claude)
46
-
- 📊 PR summaries & release notes
47
-
- 🔍 Security audits
48
-
49
-
- 🔧 **Full IDE Power**:
50
-
- 🔍 Fast full-text search
51
-
- 🎯 Regex & pattern matching
52
-
- 🌳 File tree navigation
53
-
- 🖼️ Rich markdown preview
54
-
- 🔖 Bookmarking changes
55
-
56
-
## Features In Detail
57
-
58
-
- 📊 **Smart Analysis**
59
-
- Per-file change statistics
60
-
- Commit message history
61
-
- File diff summaries
62
-
- Progress tracking for large diffs
63
-
64
-
- 🧹 **Intelligent Filtering**
65
-
- Excludes build artifacts
66
-
- Skips dependency files
67
-
- Removes sensitive data
68
-
- Customizable patterns
69
-
70
-
- 💡 **Flexible Comparison**
71
-
- Between any commits
72
-
- Across branches
73
-
- Between tags
74
-
- With remote branches
36
+
GitHub, GitLab, or any other git provider diffs are often overwhelming - endless scrolling, no search, and hard to navigate between files. This tool generates clean markdown diffs that you can:
37
+
38
+
- 🚀 **Open in Your Favorite IDE/Editor**
39
+
- Use your IDE's search & navigation
40
+
- Navigate diffs with familiar codebase structure (follows original file paths)
41
+
- Get proper syntax highlighting
42
+
- Review diffs comfortably
43
+
44
+
- 🤖 **Feed Directly to AI**
45
+
- Compatible with any LLM (e.g. ChatGPT, Claude, etc)
46
+
- Review changes with integrated AI in your preferred editor (No more copy-paste hell)
47
+
- Let AI help you:
48
+
- Generate PR summaries instantly
49
+
- Generate commit messages from changes
50
+
- Get code review suggestions and explanations
51
+
- Analyze changes for potential bugs and improvements
52
+
53
+
- 🧹 **Focus on What Matters**
54
+
- Auto-skips node_modules, build files, and junk
55
+
- Shows only relevant changes
56
+
- Customize exclusion patterns
57
+
58
+
## Core Features
59
+
60
+
- 💡 **Compare Anything**: branches (local or remote), commits, tags
61
+
- 📊 **Rich Statistics**: changes per file, summaries, commit history
0 commit comments