Skip to content

Commit 9ee67a4

Browse files
authored
Merge pull request #1 from locchh/20260329-205124-branch-compare
feat: add branch comparison view with conflict detection and PR review
2 parents 845da35 + 3344b5d commit 9ee67a4

13 files changed

Lines changed: 1781 additions & 5 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ uvx --from git+https://github.com/locchh/commit-explorer cex textualize/textual
2626
uv tool install git+https://github.com/locchh/commit-explorer
2727
```
2828

29+
Or install with specific branch:
30+
31+
```bash
32+
# Use in temporary
33+
uvx --from git+https://github.com/locchh/commit-explorer@20260329-205124-branch-compare cex textualize/textual
34+
35+
# Use as CLI tool
36+
uv tool install git+https://github.com/locchh/commit-explorer@20260329-205124-branch-compare
37+
```
38+
2939
Or clone and run locally:
3040

3141
```bash
@@ -46,10 +56,12 @@ GIT_SSL_NO_VERIFY=1 uvx --from git+https://github.com/locchh/commit-explorer cex
4656
## Usage
4757

4858
```bash
49-
uv run cex # open the UI, enter repo manually
50-
uv run cex owner/repo # pre-load a repository
51-
uv run cex owner/repo --depth 100 # limit to last 100 commits
52-
uv run cex owner/repo --export # print graph to stdout and exit
59+
uv run cex # open the UI, enter repo manually
60+
uv run cex owner/repo # pre-load a repository
61+
uv run cex owner/repo --depth 100 # limit to last 100 commits
62+
uv run cex owner/repo --export # print graph to stdout and exit
63+
uv run cex owner/repo --compare main feature/foo # compare two branches, write report to .txt
64+
uv run cex --pr https://github.com/owner/repo/pull/123 # review a PR/MR, write report to .txt
5365
```
5466

5567
**Keyboard shortcuts:** `r` reload · `n` next page · `q` quit

0 commit comments

Comments
 (0)