backdown
backdown copied to clipboard
faced 21k questions :)
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
There's no such feature today but we can add one.
What you suggest seems to make sense, as an option.
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.).