You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, similar behavior can only be obtained during extraction:
Filter content
Select All
Extract selected
This can be reduced to two actions, which does not greatly affect the user experience:
Filter content
Extract filtered
But in the case of packing, this may require a lot more effort. Because at the moment, filtering does not take into account and in order to pack only one subfolder from a large folder, you need to find, select and delete from the list all the contents from the beginning to the desired folder, then repeat for the contents after this folder and to the end. Then pack the rest.
Implementation Ideas
Add a mode switch during packing so that only filtered files are taken into account.
Add the Extract Filtered mode to the main window.
The text was updated successfully, but these errors were encountered:
Feature description
At the moment, similar behavior can only be obtained during extraction:
Extract selected
This can be reduced to two actions, which does not greatly affect the user experience:
Extract filtered
But in the case of packing, this may require a lot more effort. Because at the moment, filtering does not take into account and in order to pack only one subfolder from a large folder, you need to find, select and delete from the list all the contents from the beginning to the desired folder, then repeat for the contents after this folder and to the end. Then pack the rest.
Implementation Ideas
Add a mode switch during packing so that only filtered files are taken into account.
Add the
Extract Filtered
mode to the main window.The text was updated successfully, but these errors were encountered: