Vinzent03 / find-unlinked-files

Find files, which are nowhere linked, so they are maybe lost in your vault.
MIT License
293 stars 14 forks source link

Deleting orphane files does not work for "jpg, png" but works for "png, jpg" #56

Open Moebius1977 opened 11 months ago

Moebius1977 commented 11 months ago

Please see https://www.dropbox.com/s/3d4ygic527n77pc/Delete_orphane_files_bug.mov?dl=0

Vinzent03 commented 11 months ago

That's expected, as the delimiter is , and not ,. I understand that this could be improved, but should not really be an issue.

kylescousin commented 3 months ago

It doesn't work at all for me. These are my settings. The output file contains lists a few dozen png files, but they aren't deleting when executing the command.

image

Vinzent03 commented 3 months ago

You need to set the "Filetypes to delete per command" setting to png or * as stated in the description. I think you are using , as delimiter as well for the "File types" setting, but it should only be , without white space.