Canop / backdown

A deduplicator
MIT License
121 stars 7 forks source link

faced 21k questions :) #4

Open santhoshr opened 1 year ago

santhoshr commented 1 year ago

Is it possible to limit traversing inside container files like epub, mac application, docx, etc

One way is if a folder contains extension, then it should not be traversed like .app, .kext, .epub, etc

Canop commented 1 year ago

There's no such feature today but we can add one.

What you suggest seems to make sense, as an option.

Canop commented 1 year ago

In fact I could combine this with the ignore list issue: backdown could ask something like

[i] add *.epub directories to ignore list

when encountering a suspect directory (directory with extension, node_modules, etc.).