Exclude from list folders starting with a dot

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
llagerlof
Posts: 3
Joined: Mon Nov 26, 2018 4:45 pm

Exclude from list folders starting with a dot

Post 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.
tuska
Posts: 917
Joined: Thu Jul 13, 2017 9:14 am

Re: Exclude from list folders starting with a dot

Post by tuska »

Code: Select all

folder:!. 
- OR - 
!.
?
Probably enough: !. but also shows files without extension...
NotNull
Posts: 5244
Joined: Wed May 24, 2017 9:22 pm

Re: Exclude from list folders starting with a dot

Post by NotNull »

Menu:Tools > Options > Indexes > Exclude > Add Filter button > Filter =
.*


(not testesd)
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: Exclude from list folders starting with a dot

Post by therube »

Code: Select all

!regex:^\.  folder:

Code: Select all

!startwith:.  folder
tuska
Posts: 917
Joined: Thu Jul 13, 2017 9:14 am

Re: Exclude from list folders starting with a dot

Post 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.
NotNull
Posts: 5244
Joined: Wed May 24, 2017 9:22 pm

Re: Exclude from list folders starting with a dot

Post 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)
atticus76
Posts: 2
Joined: Wed Jul 12, 2017 8:51 am

Re: Exclude from list folders starting with a dot

Post 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.
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exclude from list folders starting with a dot

Post 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.
atticus76
Posts: 2
Joined: Wed Jul 12, 2017 8:51 am

Re: Exclude from list folders starting with a dot

Post by atticus76 »

You're awesome! Thank you very much!

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