Replies: 1 comment
-
Would this work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm using Pix to deduplicate my assets collection, and I realized something: For Pix to build a file list (which is recursive by default) and then analyze all of the files it finds for similarity can take a long time indeed (sometimes hours at a time). Deduplicating a single directory non-recursively, however, is comparatively simple and quick.
What if it was possible to select a base directory (assets/) in the file browser pane (which implicitly expands all of the subdirectories inside it), then select a few of those subdirectories (assets/avatars/, assets/icons/, assets/tiles/, assets/emojo/) and set off deduplication? To put it another way, I'd like to deduplicate the base directory along with a handful of subdirectories at a time so that the process doesn't necessarily have to take three days straight.
Would this be of interest to other users?
Beta Was this translation helpful? Give feedback.
All reactions