rustic icon indicating copy to clipboard operation
rustic copied to clipboard

WIP feat(interactive): Add interactive diff

Open aawsome opened this issue 4 months ago • 6 comments

Adds the possibility to compare two snapshots interactively. You have to mark exactly 2 snapshots and press D to get to the diff view.

Also allows to recusively compute added/removed space for dirs and subdirs using s (like in #1479)

Open:

  • [x] window label (snapshots; current dir(s))
  • [ ] show details with i (entry) / I (snapshots)
  • [x] maybe rework diff command to use NodeDiff?
  • [ ] When recursing over sub-dirs, also determine if dirs are equal w.r.t to only metadata-changes.

aawsome avatar Jun 16 '25 20:06 aawsome