Search found 21 matches

by Link
Thu Jan 06, 2022 12:41 pm
Forum: Everything 1.5 Alpha
Topic: Will the colon issue be fixed in v1.5?
Replies: 4
Views: 2168

Will the colon issue be fixed in v1.5?

You can't search for "Star Trek: Prodigy". You must remove the colon for the search to work.

A suggestion is that everything will ignore the colon when it doesn't recognize a command before the colon so files like "Star.Trek.Prodigy.S01E03" will show up in the results as expected.
by Link
Sat Oct 30, 2021 12:41 pm
Forum: Bug report
Topic: content search fail
Replies: 1
Views: 5907

content search fail

Version 1.4.1.1009 (x64)

These do do not work:
ext:txt content:mjölk
ext:txt content:smör
ext:txt content:jord
by Link
Fri Oct 01, 2021 10:34 am
Forum: Suggestions
Topic: Heuristic matching
Replies: 5
Views: 7124

Heuristic matching

Can you please implement heuristic matching so files like these will be grouped together and highlighted? Could use a command of "sameof:" Superman.and.Lois.S01E01.Pilot.720p.10bit.WEBRip.2CH.x265.HEVC-PSA.mkv Superman.and.Lois.S01E02.Heritage.720p.10bit.WEBRip.2CH.x265.HEVC-PSA.mkv Superm...
by Link
Thu Aug 13, 2020 7:54 am
Forum: General
Topic: Open Source Status
Replies: 9
Views: 19368

Re: Open Source Status

The code isn't that complex. You can easily reverse engineer the code. So what's the problem?! I've seen no reason to stop using this program and use my own. The software I wrote is to index external hard drives and that's it. It was based on reverse engineering Everything software. My software keep...
by Link
Mon Apr 06, 2020 10:12 pm
Forum: General
Topic: support for fuzzy logic search ?
Replies: 13
Views: 21874

Re: support for fuzzy logic search ?

What issue did you have with Levenshtein distance? Ive played around with that one and it works. Just very slow (at least my implementation) unless you do fancy optimizations. Everyone have more than one core now. Parallelization search could speed it up. You could try Damerau–Levenshtein distance. ...
by Link
Fri Jan 04, 2019 3:03 pm
Forum: Suggestions
Topic: Option to periodically sync the database to disk
Replies: 11
Views: 19776

Re: Option to periodically sync the database to disk

I'm interested in this feature. I rarely shutdown my computer so if the computer unexpectedly lose power or similar then I'll end up with a very old database so I'm unable to see what files were for example on my ram drive or if Iost some recent files on my normal harddrives. Having a script that re...
by Link
Mon Aug 07, 2017 2:19 pm
Forum: Suggestions
Topic: Multiple search queries at the same time
Replies: 1
Views: 3638

Multiple search queries at the same time

For example: c:\ ext:dmp \\& c:\ firefox ext:exe Everything will perform all searches split up with \\& and display the combined results. Off topic side note: The support page is useless for figuring out what macros are used for! :shock: :( Don't feel supported. Examples are always useful.
by Link
Sun Dec 04, 2016 3:00 pm
Forum: Development, plugins and third party software
Topic: What data structures does ES use internally?
Replies: 2
Views: 17031

Re: What data structures does ES use internally?

There was some talk a few years ago about how Everything works in an irc channel. Mind you, I barely/vaguely remember the discussion. One person said Everything stores all the file/folder names in an array. Have some form of tree structure, maybe some version of B-Tree. The tree among other things c...
by Link
Mon Oct 17, 2016 12:38 am
Forum: General
Topic: Advanced Everything Helper Apllication " Easy&Simple " * UPLOADED Beta Version
Replies: 14
Views: 16335

Re: Advanced Everything Helper Apllication " Easy&Simple " .........

Will you be open sourcing this? At Github for example?
by Link
Wed Mar 09, 2016 3:34 pm
Forum: Off-topic discussion
Topic: Why Don't Other Softwares Use the MFT?
Replies: 2
Views: 14460

Re: Why Don't Other Softwares Use the MFT?

Why would you need to write your own NTFS driver? Yes, it may be more compatible but a real pita to write and debug. There are existing apis for getting filesize, very slow. Can be done in a background thread lazily and lazily update the virtual listview with the new information. Only expensive (ex...
by Link
Tue Jan 05, 2016 3:57 pm
Forum: Development, plugins and third party software
Topic: IPC in Everything 1.4
Replies: 6
Views: 24995

Re: IPC in Everything 1.4

FYI: This move makes it seem that you are not going to release the whole source code.

Also why are you using your own string length function rather than the standard one?
by Link
Fri Jul 31, 2015 9:13 pm
Forum: Suggestions
Topic: File size query is slow caching needed
Replies: 4
Views: 9431

Re: File size query is slow caching needed

Been using size and date functions often recently and noticed this too. Based on the hard drive activity, 'Everything' doesn't seem to load the size and date information from the MFT table which is weird since that would be the obvious choice. Instead it accesses each file separably to ask for that ...
by Link
Fri Dec 05, 2014 12:31 pm
Forum: Development, plugins and third party software
Topic: How is the development going?
Replies: 0
Views: 11061

How is the development going?

There have been a few releases now and is now out of beta, "Everything-1.3.4.686.x64"

There was talk about opening up the source code after "the next release" a few releases back.

So have you changed your mind?
by Link
Sat Feb 22, 2014 7:54 pm
Forum: General
Topic: Is the developer still alive?
Replies: 9
Views: 19157

Is the developer still alive?

Have anyone talked with the developer of Everything recently?

I have tried to contact him because I want to work on the project.
I did make a clone of Everything but its memory usage was too high in my opinion compared to Everything.
by Link
Tue May 22, 2012 10:23 am
Forum: Off-topic discussion
Topic: Everything and a bit more?
Replies: 1
Views: 22304

Re: Everything and a bit more?

There are many ways to interpret what you said.
What was so special about this program ?

From what you describe this program can do the same (search in files)
Notepad++ can search within text files. The feature is called "Find in Files".
by Link
Tue Dec 06, 2011 11:17 pm
Forum: Development, plugins and third party software
Topic: Need help with "Everything" development ?
Replies: 9
Views: 27787

Re: Need help with "Everything" development ?

It's just a prototype. I made it to learn how the usn journal works while i wait on a response from 'void' (To privately help him, to speed things up). I'm currently working on the user-interface. I really do despise UI programming. I do not know when i'll have a usable *very* alpha version ready. I...
by Link
Thu Dec 01, 2011 7:49 pm
Forum: Development, plugins and third party software
Topic: Need help with "Everything" development ?
Replies: 9
Views: 27787

Re: Need help with "Everything" development ?

Can you describe or provide code snippets of how you made the searching of the usn journal so fast ? Never-mind, found the answer, quite simple. :oops: How do you structure up the database for fast path generation and retrieval ? Do you pre-compute the paths in advance and store the in memory or is...
by Link
Wed Nov 30, 2011 5:29 pm
Forum: Development, plugins and third party software
Topic: Need help with "Everything" development ?
Replies: 9
Views: 27787

Re: Need help with "Everything" development ?

I still have much to implement before the next release. I was afraid of that. I have lost patience of waiting (2 years and counting). Since you haven't open sourced the project by now i'm guessing the probability of you ever doing it is very low. So i have decided to implement my own light version ...
by Link
Tue Nov 22, 2011 2:25 pm
Forum: Development, plugins and third party software
Topic: Need help with "Everything" development ?
Replies: 9
Views: 27787

Re: Need help with "Everything" development ?

What stage are you currently in ?

Is an update to 'everything' coming soon ? (soon as in within a month)

Have you done any more thinking on making this an open source project ?
I can help you set it up.
by Link
Mon Nov 21, 2011 5:24 pm
Forum: Development, plugins and third party software
Topic: Need help with "Everything" development ?
Replies: 9
Views: 27787

Re: Need help with "Everything" development ?

Is my offer to help not even worthy a response ?
by Link
Thu Nov 03, 2011 10:18 pm
Forum: Development, plugins and third party software
Topic: Need help with "Everything" development ?
Replies: 9
Views: 27787

Need help with "Everything" development ?

Open letter to void / David / David Carpenter, the "Everything" developer. Hello there. If you do not have time or energy to develop "Everything" then i will help you. There have been very long time since your last update to "Everything" tool. I'm offering you my help. ...