RexCode logo

🌿 Git Viewer — Commit Range Diff

Right-click any commit to pin it as the diff baseline, then click another to see every change across the entire range — in Monaco side-by-side.

Set compare base & select range

Set compare base commit Commit range diff in Monaco

How to use

  1. Right-click the first commit (FROM) → select "Set as compare base" (or ⌘+click).
    The commit gets an amber Base pill.
  2. Left-click the second commit (TO).
  3. The Changed files panel below shows the diff between FROM and TO.
  4. Click any changed file → Monaco displays the full cross-commit range diff.

Highlights

  • Range diff — compare any two commits in history, not just adjacent ones.
  • Amber Base pill — clear visual indicator of which commit is pinned as FROM.
  • Monaco diff engine — syntax highlight, inline change markers, same as File Diff mode.
  • No external tools — all inside Lode, no terminal, no git diff command needed.
← Features  ·  📄 File Diff  ·  Lode