Keka icon indicating copy to clipboard operation
Keka copied to clipboard

[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.

Open TinyuZhao opened this issue 2 years ago • 3 comments

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

TinyuZhao avatar Jul 23 '23 05:07 TinyuZhao

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.

TinyuZhao avatar Jul 23 '23 05:07 TinyuZhao

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.

aonez avatar Aug 07 '23 10:08 aonez

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 😊

TinyuZhao avatar Aug 07 '23 12:08 TinyuZhao