Let interactive imply verification

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-04 15:34:48 +01:00
parent ab14a9d891
commit cb29678285
2 changed files with 6 additions and 15 deletions

View File

@@ -64,13 +64,13 @@ disk-checker ~/Downloads --verify-full
Review duplicate groups one by one and choose which path to keep:
```bash
disk-checker ~/Downloads --verify-full --interactive
disk-checker ~/Downloads --interactive
```
Interactive mode requires `--verify-full` and is non-destructive: it writes a reviewed shell deletion plan instead of deleting files immediately.
Interactive mode automatically full-verifies only the duplicate candidate groups before prompting. It is non-destructive: it writes a reviewed shell deletion plan instead of deleting files immediately.
```bash
disk-checker ~/Downloads --verify-full --interactive --delete-plan review-delete.sh
disk-checker ~/Downloads --interactive --delete-plan review-delete.sh
```
Use the fastest triage mode for huge datasets by grouping same-size files without hashing: