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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user