rmlint icon indicating copy to clipboard operation
rmlint copied to clipboard

honour-dir-layout doesn't work

Open mosiser opened this issue 7 months ago • 0 comments

folder structure:

── aa/
   ├── bb/
   │   └── yy.txt
   └── xx.txt
── cc/
   └── bb/
       ├── xx.txt
       └── yy.txt

With rmlint aa cc -D, it removes the entire "cc" folder. OK.

With rmlint aa cc -Dj, same result. But the -j option should recognize a different tree structure, and mark no folder as duplicate. The -j option doesn't work, or I am missing something?

mosiser avatar May 17 '25 14:05 mosiser