Page 1 of 1

Exclude from list folders starting with a dot

Posted: Tue Dec 11, 2018 12:33 pm
by llagerlof
I tried check the option in "Indexes / Exclude", "Exclude hidden files and folders", but Everything continues to show folders starting with a dot.

Re: Exclude from list folders starting with a dot

Posted: Tue Dec 11, 2018 12:56 pm
by tuska

Code: Select all

folder:!. 
- OR - 
!.
?
Probably enough: !. but also shows files without extension...

Re: Exclude from list folders starting with a dot

Posted: Tue Dec 11, 2018 1:43 pm
by NotNull
Menu:Tools > Options > Indexes > Exclude > Add Filter button > Filter =
.*


(not testesd)

Re: Exclude from list folders starting with a dot

Posted: Tue Dec 11, 2018 2:26 pm
by therube

Code: Select all

!regex:^\.  folder:

Code: Select all

!startwith:.  folder

Re: Exclude from list folders starting with a dot

Posted: Tue Dec 11, 2018 4:35 pm
by tuska
2llagerlof
After short tests, I would like to point out that more folders are found with the queries of therube than with my queries (pls see above):

Code: Select all

!regex:^\. folder:
!startwith:. folder:
I personally will therefore use the above-mentioned search parameters from therube for such queries.

Re: Exclude from list folders starting with a dot

Posted: Tue Dec 11, 2018 6:40 pm
by NotNull
llagerlof wrote: Tue Dec 11, 2018 12:33 pm ... "Exclude hidden files and folders", but Everything continues to show folders starting with a dot.
BTW: That's on Unix/Linux based operating systems... On Windows there is no relationship between the two (dot vs hidden)

Re: Exclude from list folders starting with a dot

Posted: Sat Jan 20, 2024 11:12 pm
by atticus76
Hi! I have the same question. Trying the previous suggestions, I can't manage to exclude folders that start with a dot. Has it worked for anyone? Thank you very much.

Re: Exclude from list folders starting with a dot

Posted: Sat Jan 20, 2024 11:16 pm
by void
To exclude folders starting with a dot (.):
  • In Everything, from the Tools menu, click Options.
  • Click the Exclude tab on the left.
  • Click Add Filter....
  • Set the filter to:
    .*
  • Click OK.
  • Click OK.

Re: Exclude from list folders starting with a dot

Posted: Sat Jan 20, 2024 11:20 pm
by atticus76
You're awesome! Thank you very much!

P.S. Really looking forward to the version with dark mode :)