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
A powerful CLI tool that generates beautifully formatted markdown files from git diffs, making code changes more readable and shareable.
4
8
9
+
## Why?
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:
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
+
- Automatically filter out noise like lockfiles and build artifacts
17
+
- Create permanent documentation snapshots of important changes
18
+
- Share diffs easily with any stakeholders
19
+
5
20
## Features
6
21
7
22
- 📝 Generates markdown files for each changed file in your git repository
@@ -12,6 +27,11 @@ A powerful CLI tool that generates beautifully formatted markdown files from git
12
27
- 💡 Support for comparing specific commits, branches, or tags
13
28
- 🚀 Progress indicators for long-running operations
14
29
30
+
## Requirements
31
+
32
+
- Node.js >= 18
33
+
- Git installed and accessible from command line
34
+
15
35
## Installation
16
36
17
37
```bash
@@ -72,6 +92,23 @@ Each generated markdown file includes:
0 commit comments