Search found 15 matches

by wrisco
Thu Oct 05, 2023 10:08 am
Forum: Bug report
Topic: Everything always crashes FEShlExt.dll
Replies: 6
Views: 12440

Re: Everything always crashes FEShlExt.dll

I can also confirm this problem when AllDup is installed on my Windows 10. Everything crashes when right-clicking any folder. Uninstalling AllDup or disabling the Fast Explorer shell extension using shexview.exe fixes the issue. For example, this issue does not occur in the default Windows File Expl...
by wrisco
Sat Sep 02, 2023 1:17 am
Forum: Support
Topic: Filter results independent of search query?
Replies: 4
Views: 3200

Re: Filter results independent of search query?

void wrote: Sat Sep 02, 2023 12:20 am
Alternatively, please try the following search:

file:regex:^c:\\(.*)$ !fileexists:d:\\$1:[/rurl]
Excellent! :D
It does exactly what I want. Very convenient, thank you!
by wrisco
Fri Sep 01, 2023 5:01 pm
Forum: Support
Topic: Filter results independent of search query?
Replies: 4
Views: 3200

Re: Filter results independent of search query?

What happens with, regex:^(C:|D:)(.*)$ <!dupe:regular-expression-match-2 cat C:> ? I get files from C: that contain 'cat', including the files that also exist on D: Basically, for this: regex:^(C:|D:)(.*)$ <!dupe:regular-expression-match-2 File C:> I get: C:\File1 C:\File2 Instead, I want to get th...
by wrisco
Fri Sep 01, 2023 4:17 pm
Forum: Support
Topic: Filter results independent of search query?
Replies: 4
Views: 3200

Filter results independent of search query?

I'm trying to filter my search results without redoing the search. Say I have these files: C:\File1 C:\File2 D:\File2 D:\File3 When I search: regex:^(C:|D:)(.*)$ !dupe:regular-expression-match-2 The results show the two files that are not duplicated on the other drive: Full Path Regular Expression M...
by wrisco
Fri Dec 23, 2022 5:56 pm
Forum: Everything 1.5 Alpha
Topic: dupe: - compare properties between files AND folders
Replies: 5
Views: 3098

Re: dupe: - compare properties between files AND folders

Many thanks for the workaround! The extra steps are no problem at all since I won't have to perform this search often.
by wrisco
Thu Dec 22, 2022 1:14 pm
Forum: Everything 1.5 Alpha
Topic: dupe: - compare properties between files AND folders
Replies: 5
Views: 3098

Re: dupe: - compare properties between files AND folders

I made a mistake in my search :? It's not working. The problem is that !dupe: or unique: don't work for a regular-expression-match where both a folder and a file have the same value. Instead, it shows the file and the folder which both have the same regular-expression-match value. image.png
by wrisco
Wed Dec 21, 2022 1:27 pm
Forum: Everything 1.5 Alpha
Topic: dupe: - compare properties between files AND folders
Replies: 5
Views: 3098

dupe: - compare properties between files AND folders

My use case: I have a lot of compressed files on "Drive A" and have them uncompressed on "Drive B". I want to check if all the files on "Drive A" exist (uncompressed) on "Drive B". A:\Path\To\Archive.zip B:\Path\To\Archive.zip\File001 B:\Path\To\Archive.zip\Fi...
by wrisco
Sat Jan 22, 2022 11:47 pm
Forum: Everything 1.5 Alpha
Topic: Everything Context menu find duplicates in selected folder
Replies: 37
Views: 405784

Re: Everything Context menu find duplicates in selected folder

Everything 1.5.0.1298a adds support for ! I also fixed the sorting after using dupe:xxx;yyy;zzz This is great! Works really well and it's super useful! regex:path:^([a-z]) dupe:!size;!dm;!regular-expression-match-1 This seems to do what I want; show files and folders that are not duplicated on anot...
by wrisco
Fri Jan 21, 2022 7:33 pm
Forum: Everything 1.5 Alpha
Topic: Custom columns and duplicates
Replies: 2
Views: 1520

Re: Custom columns and duplicates

void wrote: Fri Jan 21, 2022 6:59 am Everything 1.5.0.1297a adds support for finding duplicates of multiple properties with the dupe: search function.
Awesome! 8-)
void wrote: Fri Jan 21, 2022 6:59 am Please try using the Regular Expression Match 1 property and including the following in your search:
This works perfectly, thanks!
by wrisco
Fri Jan 21, 2022 7:19 pm
Forum: Everything 1.5 Alpha
Topic: Everything Context menu find duplicates in selected folder
Replies: 37
Views: 405784

Re: Everything Context menu find duplicates in selected folder

So fast! This works great: dupe:size;dm NOT'ing is not allowed? Yes, I noticed that too, would be great. I'm thinking of a way to find duplicates of size and date modified, excluding the ones that are duplicated on the same drive. regex:path:^([a-z]) dupe:size;dm !dupe:size;dm;regular-expression-mat...
by wrisco
Thu Jan 20, 2022 9:04 pm
Forum: Everything 1.5 Alpha
Topic: Custom columns and duplicates
Replies: 2
Views: 1520

Custom columns and duplicates

Currently it's not possible to check multiple columns (together) for duplicates (only one after the other). If it's not planned already, I'd like to suggest such a feature. I'm trying to look for files that don't have the same modified date and filesize. Another way I could imagine this to work woul...
by wrisco
Thu Jan 20, 2022 8:32 pm
Forum: Everything 1.5 Alpha
Topic: sha1sum-sha1: sha256sum-sha256: question
Replies: 7
Views: 8585

Re: sha1sum-sha1: sha256sum-sha256: question

If you find the time I think it would be great to have support for more super-fast algorithms like xxHash and BLAKE3 :geek:
by wrisco
Thu Jan 20, 2022 8:03 pm
Forum: Support
Topic: Duplicates
Replies: 3
Views: 2261

Re: Duplicates

Thanks for the detailed explanation. So there's currently no way to do what I want. The hash columns would be interesting but I'm using filelists of offline drives.
by wrisco
Wed Jan 19, 2022 10:02 pm
Forum: Support
Topic: Duplicates
Replies: 3
Views: 2261

Duplicates

Is it possible to find duplicates where multiple columns combined are duplicated instead of just individual columns? This is what I want: dupe: sizedupe: dmdupe: File001 111kb 2010-10-10 File001 111kb 2010-10-10 File002 222kb 2011-10-10 File002 222kb 2011-10-10 File003 333kb 2012-10-10 File003 333kb...