Add diff functionality

This commit is contained in:
2025-11-21 17:04:59 +00:00
parent 1cb0bca865
commit 385d721155
2 changed files with 108 additions and 33 deletions

View File

@@ -128,6 +128,11 @@ Invalid or non-numeric values fall back to 30 days.
**Note:** _a value of 0 is **invalid**_.
### Built-in diff
This shows a _git-like_ diff of the current file version and any of that file backups.
```
mirro --diff file file.orig.20251121T163121
```
## Installation