aonez / Keka

The macOS & iOS file archiver
https://www.keka.io
4.86k stars 241 forks source link

[REQ]When unzipping a series of files, only the location of the file is displayed in the Finder after the last unzip task is completed. #1292

Open Tinyu-Zhao opened 1 year ago

Tinyu-Zhao commented 1 year ago

Is your feature request related to a problem? Please describe

When extracting multiple files at the same time, the "Show in Finder when extraction is complete" can be inconvenient for the computer user, which means that every time a file is extracted, a Finder window pops up to tell me that it's done.

For example, in this scenario, you are typing your password, and in the middle of typing it, the Finder pops up and tells you the location of the folder.

https://github.com/aonez/Keka/assets/44396641/41906f63-18c1-49c3-a41c-44a0454017ba

Describe the solution you'd like

When unzipping multiple files at the same time, you will not be able to keep your eyes on the unzipping process all the time, you will usually do something else. It is an annoying operation when the Finder window pops up when each archive is finished. But when decompressing a file (only one zip), it may consume more time, and then popping up the Finder window at the completion of the decompression will be preferred.

So I would like to have the Finder window pop up when unzipping a single file; and when unzipping a series of files under the same path, only when the last unzip task is completed, the Finder window pops up to tell me that so many unzipping tasks have been completed ✅

Additional context

image
Tinyu-Zhao commented 1 year ago

And if you unzip a lot of zip files at the same time (more than the length of the screen) that require a password, the prompt box for entering the password is at the top.

https://github.com/aonez/Keka/assets/44396641/e2761baf-cb4a-4727-9985-495dab5f3ac7

I think it would be a better experience if the prompt box for entering the password could be visualized by the user instead of requiring the user to manually "slide" it to the top.

aonez commented 1 year ago

I think it would be a better experience if the prompt box for entering the password could be visualized by the user instead of requiring the user to manually "slide" it to the top.

I'll try to fix this one, thanks for pointing it.

So I would like to have the Finder window pop up when unzipping a single file; and when unzipping a series of files under the same path, only when the last unzip task is completed, the Finder window pops up to tell me that so many unzipping tasks have been completed ✅

This will be hard to determine. But I may add an option to only notify when all operations are done (and no Finder window) if more than a handful of operation were initiated at the same time.

Tinyu-Zhao commented 1 year ago

So I would like to have the Finder window pop up when unzipping a single file; and when unzipping a series of files under the same path, only when the last unzip task is completed, the Finder window pops up to tell me that so many unzipping tasks have been completed ✅ This will be hard to determine. But I may add an option to only notify when all operations are done (and no Finder window) if more than a handful of operation were initiated at the same time.

Thank you 😊