Search found 8 matches

by klarah
Sun Apr 07, 2024 10:32 pm
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 17
Views: 690

Re: Finding unique files between 2 folders based on hash.

i see... as i also have use of it i asked chatgpt this question: "i have two folders with files. the name of the first is "1" and lays in the same path as the script i want you to write. the second folder i provide as argument. the script in python shell loop trought all files in both...
by klarah
Sun Apr 07, 2024 1:16 pm
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 17
Views: 690

Re: Finding unique files between 2 folders based on hash.

Celestial92 wrote: Fri Apr 05, 2024 10:12 am But yes, it doesn't seem to allow you to display the orphan files solely based on their hash value. Still looks very handy.
its a bit hidden, but under "Actions" is a function "compare Contents.." wich offers comparision by CRC or binary or other rules.
by klarah
Fri Apr 05, 2024 2:08 am
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 17
Views: 690

Re: Finding unique files between 2 folders based on hash.

Celestial92 wrote: Sat Mar 30, 2024 8:47 am Otherwise, is there any other software which would be better suited to those needs?
have a look at beyondcompare (https://www.scootersoftware.com/). it integrates into the context menu and is (as I find) the best "ADDON" to Everything to compare files and folders in detail.
by klarah
Sun Oct 16, 2016 10:57 pm
Forum: Suggestions
Topic: Integration of Everything in Open/Save as dialogs
Replies: 4
Views: 16868

Re: Integration of Everything in Open/Save as dialogs

i created for me a solution long time ago, which solved this problem for me: a second instance of Everything opens per hotkey with a user set filter, depending on the current application window, and returns and inserts the chosen (executed) file-/pathname at the former active cursor position, which ...
by klarah
Fri Oct 14, 2016 2:24 am
Forum: Suggestions
Topic: combine this soft with Autocad
Replies: 4
Views: 6723

Re: combine this soft with Autocad

by klarah
Sun Sep 27, 2015 7:59 pm
Forum: Suggestions
Topic: Finding Duplicated version of a file from right click
Replies: 4
Views: 6908

Re: Finding Duplicated version of a file from right click

maybe this works also for you:
http://www.voidtools.com/forum/viewtopi ... =10&t=4408

(but i haven't tested it in Windows 10 yet)

Klaus
by klarah
Mon Aug 18, 2014 6:35 pm
Forum: Suggestions
Topic: finding duplicates
Replies: 8
Views: 19416

finding duplicates

maybe a function like this:

http://www.voidtools.com/forum/viewtopi ... =10&t=4408

based on md5 checksum would be nice...

Klaus
by klarah
Mon Aug 18, 2014 1:01 pm
Forum: Development, plugins and third party software
Topic: finding duplicates
Replies: 13
Views: 81837

finding duplicates

maybe someone finds this useful: I created a function for the explorer context menu "finding duplicates", which shows all duplicates of the appropriate file. For this I created a batchfile "everything_this.bat" in the installation folder of Everything with the following text: &qu...