diff --git a/README.md b/README.md index b061153..7cb6367 100644 --- a/README.md +++ b/README.md @@ -836,10 +836,11 @@ Below is an example of the Scan Cancel Menu™. Using the menu is pretty simple: - Press `ENTER` to view the menu - Choose a scan to cancel by entering its scan index (`1`) - - more than one scan can be selected by using a comma-separated list (`1,2,3` ... etc) + - more than one scan can be selected by using a comma-separated list of indexes and/or ranges (`1-4,8,9-13` ... etc) - Confirm selections, after which all non-cancelled scans will resume + - To skip confirmation, simply add a `-f` somewhere in your input (`3-5 -f`) -Here is a short demonstration of cancelling two in-progress scans found via recursion. +Here is a short demonstration of force cancelling a range of scans followed by a single scan with interactive prompt. ![cancel-scan](img/cancel-scan.gif) diff --git a/img/cancel-menu.png b/img/cancel-menu.png index 31eb685..da57846 100644 Binary files a/img/cancel-menu.png and b/img/cancel-menu.png differ diff --git a/img/cancel-scan.gif b/img/cancel-scan.gif index 8707f8f..3b8f34c 100644 Binary files a/img/cancel-scan.gif and b/img/cancel-scan.gif differ