Page 1 of 1

How to search for dupe with exact size and names ?

Posted: Thu Aug 24, 2023 10:37 pm
by Nancy_Widmore
1 - How to search for dupe with exact size and names ?

2 - How to view files inside multi folders without using text file to add \ at the end of each folder ? if pasting multi folders

Thank you.

Re: How to search for dupe with exact size and names ?

Posted: Thu Aug 24, 2023 11:31 pm
by void
1 - How to search for dupe with exact size and names ?
dupe:size;name

Everything 1.5 - Find duplicates


2 - How to view files inside multi folders without using text file to add \ at the end of each folder ? if pasting multi folders
Please try ancestorfilelist1:

Include the following in your search:

ancestorfilelist1:

Hold down Ctrl and click the ancestorfilelist1: text in your search box.
Paste your paths.
Click OK.

Re: How to search for dupe with exact size and names ?

Posted: Thu Oct 05, 2023 6:17 pm
by Nancy_Widmore
Hey , I think dupe:size;name need a little bit of work or maybe I'm doing something wrong

so when i find 2 dupes folders and I delete one of them the other still on search list

Is it possible to make it live results goes away if the results being changed ?

Re: How to search for dupe with exact size and names ?

Posted: Thu Oct 05, 2023 6:27 pm
by therube
the other still on search list
That is expected.
You can refresh the list (typically, F5) & it should then go away.

Is it possible to make it live results goes away if the results being changed ?
Not sure offhand if there is a setting to do that or not?

Re: How to search for dupe with exact size and names ?

Posted: Thu Oct 05, 2023 9:54 pm
by void
Is it possible to make it live results goes away if the results being changed ?
Everything only finds duplicates once.

Everything doesn't monitor for changes to duplicates.

I will consider an option to do that.



For now, please consider the following search:

dupe:size;name requery:1000

Everything will requery for find duplicates every 1000 milliseconds. (1 second)

Please note: requery: can be rather taxing on CPU usage.

requery:

Re: How to search for dupe with exact size and names ?

Posted: Fri Oct 06, 2023 1:27 am
by Nancy_Widmore
void wrote: Thu Oct 05, 2023 9:54 pm
Is it possible to make it live results goes away if the results being changed ?
Everything only finds duplicates once.

Everything doesn't monitor for changes to duplicates.

I will consider an option to do that.



For now, please consider the following search:

dupe:size;name requery:1000

Everything will requery for find duplicates every 1000 milliseconds. (1 second)

Please note: requery: can be rather taxing on CPU usage.
Perfect , Thank you.