rustic/src
aawsome 0ff0e7caa9
feat(interactive)!: Add interactive diff / overwork diff output (#1480)
Adds the possibility to compare two snapshots interactively.
From the interactive snapshots view,  press `D` to get to the diff view.
If two snapshots are marked, this diffs the two marked snapshots. If one
snapshot is marked or selected, this diffs with its parent (if there is
one).
Alternatively, you can use `rustic diff -i` to select snapshots/paths
directly.

The PR also allows to recursively compute added/removed space for dirs
and subdirs using `s` (like in #1479)

This PR is breaking as it also changes the output format of the normal
`diff` command.
2025-06-26 16:17:11 +02:00
..
bin code formatting 2025-05-20 13:20:32 +02:00
commands feat(interactive)!: Add interactive diff / overwork diff output (#1480) 2025-06-26 16:17:11 +02:00
config use 2024 edition (#1453) 2025-04-26 09:02:10 +02:00
snapshots Use rustic_core development version (#1476) 2025-06-11 22:46:38 +02:00
application.rs use 2024 edition (#1453) 2025-04-26 09:02:10 +02:00
commands.rs feat(commands)!: Extend logging (#1463) 2025-05-21 06:03:38 +00:00
config.rs fix: Don't allow wrong commands in front of valid ones (#1464) 2025-05-20 14:01:19 +00:00
error.rs feat: Add --filter-jq option (#1372) 2024-11-30 22:06:19 +01:00
filtering.rs use 2024 edition (#1453) 2025-04-26 09:02:10 +02:00
helpers.rs use 2024 edition (#1453) 2025-04-26 09:02:10 +02:00
lib.rs use 2024 edition (#1453) 2025-04-26 09:02:10 +02:00
repository.rs use 2024 edition (#1453) 2025-04-26 09:02:10 +02:00