Live data from Hacker News

Everything – Locate files and folders by name instantly

voidtools.com

51–60 of 60 posts

Re: Everything – Locate files and folders by name instantly

#52
post #41

Earlier quoted context omitted.

If you set `no_db=1` in `Everything.ini` you can configure it to be memory-only: https://www.voidtools.com/forum/viewtopic.php?t=9994#:~:text...

I think re-indexing all my drives every time it runs is even worse.

I think you could uncheck “Indexes” → “NTFS” (or ReFS, or FAT, or whatever else) → “Monitor changes” to disable that and leave yourself to press the “Force Rebuild” button at whatever cadence you like.

Or, in `Everything.ini` terms:

  allow_force_rebuild=1
  home_update_indexes=1 -- ‘use the monitor_pause and monitor_stop states’
  monitor_stop=1
  home_update_indexed_properties=1 -- ‘use the indexed_property_pause state’
  indexed_property_pause=1
  read_directory_changes=0


Also I just realized you can get a better middle ground between the default daily DB update and RAM-only mode:

   db_auto_save_type=1  -- (From daily to interval mode)
   db_auto_save_interval=

and btw sorry I'm not trying to convince you to like Everything; was just curious to figure out if/how it could be done :)

Re: Everything – Locate files and folders by name instantly

#53
When I use Windows, Everything is one of the first tools I install. I also disable Windows search and indexing.

I use this with Keypirinha [1], which is a launcher (kinda like Quicksilver [2] on Mac) that integrates with Everything using the Everything package. [3]

This combo makes finding files as well as launching programs (or doing quick calculations or currency conversions) a breeze!

[1]: https://keypirinha.com/

[2]: https://qsapp.com/index

[3]: https://keypirinha.com/packages/everything.html

Re: Everything – Locate files and folders by name instantly

#54
post #49

Everything is fantastic, I wish I could find a Linux alternative with a similar GUI and filter/search bar syntax.

This might be harder to do on linux because filesytems are different. If I'm not mistaken, NTFS has big tables that can be directly read without iterating through the filesystem tree. I don't think this is true of most popular linux filesystems.

Re: Everything – Locate files and folders by name instantly

#56
post #14

This tool is legitimately one of the best utilities I've ever used. I've got my entire corporate branch using it. It's a shame Microsoft can't figure their shit out and get a high quality native search figured out.

shame Microsoft won't figure their shit out and get a high quality native search figured out.

Re: Everything – Locate files and folders by name instantly

#57
post #14

This tool is legitimately one of the best utilities I've ever used. I've got my entire corporate branch using it. It's a shame Microsoft can't figure their shit out and get a high quality native search figured out.

Just pray they don't buy and kill it the way they did Lookout (which was an instant search plugin for Outlook).

Re: Everything – Locate files and folders by name instantly

#59

Earlier quoted context omitted.

Everything about this feels like what Microsoft should have done. It’s absolutely amazing to me that search is so broken in Windows and yet a free third-party tool can instantly find any file anywhere.

One hypothetical I wonder about is what the windows ecosystem would be like if third parties could make distributions of windows, if somehow that could be licensed and enough windows building/packaging was opened up. It'd be interesting to see whether collaborations of projects would form where they pull out MS parts and substitute their own, presumably with the constraint that they maintain compatibility. I imagine…

Windows file search has been useless as far back as I can remember. Especially file indexing and the load it puts on the CPU. I usually just disable file indexing on a new windows install.

Re: Everything – Locate files and folders by name instantly

#60

Do you think future devs on this tool can use a new fast method to find content within files?

If you select Search > Advanced from the menu, you get a window where you can enter the content to search for. This is available in the normal as well as the alpha version.
Post reply on HN