Search found 14948 matches

by void
Tue Apr 30, 2024 6:12 am
Forum: Suggestions
Topic: Duration/Length
Replies: 7
Views: 128

Re: Duration/Length

My screen shot is pretty old.

This is what it looks like now:





I have updated the Properties page.
by void
Tue Apr 30, 2024 5:11 am
Forum: Everything 1.5 Alpha
Topic: ❓ Content search brings 0 results
Replies: 7
Views: 782

Re: ❓ Content search brings 0 results

Please use the following to ignore case and diacritics:

Code: Select all

Name = Content with Count
Search = content:search:   addcol:A   A-label:="Content Count"   A:=STRINGCOUNT(REMOVEDIACRITICS(LOWER($content:)),REMOVEDIACRITICS(LOWER(search:)))
Macro = cc<search>
by void
Tue Apr 30, 2024 5:02 am
Forum: Everything 1.5 Alpha
Topic: Saving sessions on a schedule?
Replies: 1
Views: 33

Re: Saving sessions on a schedule?

Ideally, you will be able to recover a previous search where the Everything process ended unexpectedly. (eg: power loss) If the session was created on close, these searches would be lost. Everything schedules the session to be saved after each change to your search. This can only occur once every 15...
by void
Mon Apr 29, 2024 11:16 pm
Forum: Support
Topic: Show duplicate files once
Replies: 3
Views: 31

Re: Show duplicate files once

by void
Mon Apr 29, 2024 10:48 am
Forum: Support
Topic: command line options
Replies: 2
Views: 25

Re: command line options

ES "32387 ext:pdf" -export-txt "out.txt"

ES - Command Line Interface
by void
Mon Apr 29, 2024 7:03 am
Forum: Everything 1.5 Alpha
Topic: Open a new tab with explore command line
Replies: 4
Views: 78

Re: Open a new tab with explore command line

-restore-hidden-window
There's no such option yet.



Are you expecting your hidden window to be restored and a new tab created?
by void
Mon Apr 29, 2024 6:43 am
Forum: Everything 1.5 Alpha
Topic: Volume C stopped being indexed
Replies: 74
Views: 94194

Re: Volume C stopped being indexed

You are running Everything in portable mode. The Everything Service will be pulling this setting too. Please exit Everything (File -> Exit) Stop the Everything Service (Ctrl + Shift + ESC -> Task Manager -> Services -> Right click Everything -> Stop Service) Restart Everything. See if Everything is ...
by void
Mon Apr 29, 2024 6:11 am
Forum: Everything 1.5 Alpha
Topic: Volume C stopped being indexed
Replies: 74
Views: 94194

Re: Volume C stopped being indexed

monitor_thread_mode_background comes with a warning. Enabling can severely reduce the update performance of Everything. I will likely remove monitor_thread_mode_background as it causes more issues than it helps. There's only one monitoring thread. I will consider a system and non-system thread. The...
by void
Mon Apr 29, 2024 5:19 am
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 13
Views: 703

Re: Sessions

Your Session.json is renamed to Session.backup.json when you start Everything.

The Session.json is only created when your current session is dirty (when you manually change the search)

To create a session.json:
Launch Everything.
Change the search.
Exit Everything.
by void
Mon Apr 29, 2024 2:30 am
Forum: Everything 1.5 Alpha
Topic: Volume C stopped being indexed
Replies: 74
Views: 94194

Re: Volume C stopped being indexed

Ah, I am 99% sure it's from enabling Tools -> Options -> Advanced -> monitor_thread_mode_background

Please set this option to false.

When this option is enabled, Everything will only monitor your drives when they are idle.

Your C: will likely never be idle.
by void
Mon Apr 29, 2024 2:16 am
Forum: Everything 1.5 Alpha
Topic: Volume C stopped being indexed
Replies: 74
Views: 94194

Re: Volume C stopped being indexed

Thank you for the logs.

I see Everything is regathering the free disk size for your root folders every second.

This might prevent Everything from updating.

Could you please try removing Free Disk Size from Tools -> Options -> Properties and see if the issue persists.
by void
Mon Apr 29, 2024 1:44 am
Forum: Support
Topic: How to exclude the subfolders of search relsult (matched by path?
Replies: 8
Views: 104

Re: How to exclude the subfolders of search relsult (matched by path?

The above should work.

Please make sure Regular expressions is unchecked under the Search menu.



Does the following find any results:

parentname:abc
by void
Mon Apr 29, 2024 1:19 am
Forum: Everything 1.5 Alpha
Topic: Open a new tab with explore command line
Replies: 4
Views: 78

Re: Open a new tab with explore command line

After closing your search window and when no windows are visible and you run: Everything.exe -explorer c:\windows -new-tab Are you expecting your hidden window to be restored and a new tab created? Does Everything need a command line option to restore your hidden windows? so you can call: Everything...
by void
Mon Apr 29, 2024 1:03 am
Forum: Everything 1.5 Alpha
Topic: XYplorer Integration
Replies: 7
Views: 120

Re: XYplorer Integration

Please try the following command:

$exec("C:\Program Files $(x86$)\XYplorer\XYplorer.exe" "$parent(%1)")


The quotes need to be on the outside of $parent()
by void
Mon Apr 29, 2024 12:58 am
Forum: Suggestions
Topic: Duration/Length
Replies: 7
Views: 128

Re: Duration/Length

Only basic file information and indexed properties are listed in this context menu.

You will need to click Add columns... and select Length.

-or-

Index Length under Tools -> Options -> Properties.
by void
Mon Apr 29, 2024 12:57 am
Forum: Everything 1.5 Alpha
Topic: Can I avoid killing the Everything Service every time I...?
Replies: 5
Views: 95

Re: Can I avoid killing the Everything Service every time I...?

To stop the Everything Service on exit: Exit Everything (File -> Exit) Open your Everything-1.5a.ini in the same location as your Everything64.exe Change the following line: stop_service_on_exit=0 to: stop_service_on_exit=1 Save changes and restart Everything. Everything will now stop the Everything...
by void
Sun Apr 28, 2024 11:25 pm
Forum: Support
Topic: How to exclude the subfolders of search relsult (matched by path?
Replies: 8
Views: 104

Re: How to exclude the subfolders of search relsult (matched by path?

There's currently no option to prevent subfolders from a path search. Please try the following searches: abc*\* parentname:abc* Search -> Match path will match the full path and name. Please consider creating a filter: From the Search menu, click Add to filters... Change the Name to: Parent Name Sta...
by void
Sun Apr 28, 2024 12:20 pm
Forum: Suggestions
Topic: Setting to remove duplicated results from index
Replies: 17
Views: 27230

Re: Setting to remove duplicated results from index

case: isn't really needed.

without case: you may inadvertently remove some paths, eg:

c:\music\Röyksopp
c:\music\royksopp



Use case:distinct:fullpath if you want these both to show up.



https://www.voidtools.com/donate/
Thank you for your support.
by void
Sun Apr 28, 2024 12:04 pm
Forum: Suggestions
Topic: Setting to remove duplicated results from index
Replies: 17
Views: 27230

Re: Setting to remove duplicated results from index

distinct: will find distinct: names.

Please try the following search to find distinct full paths:

distinct:fullpath
by void
Sun Apr 28, 2024 11:44 am
Forum: Everything 1.5 Alpha
Topic: How do I blacklist a folder from having its properties read, WITHOUT having to index the rest?
Replies: 2
Views: 57

Re: How do I blacklist a folder from having its properties read, WITHOUT having to index the rest?

Tools -> Options -> Advanced -> property_cache_exclude_folders Set to a semicolon (;) delimited list of folders to exclude when gathering properties. -or- Tools -> Options -> Advanced -> property_cache_include_only_folders Set to a semicolon (;) delimited list of folders to include only when gatheri...
by void
Sun Apr 28, 2024 11:28 am
Forum: Support
Topic: Second instance, separate database?
Replies: 7
Views: 221

Re: Second instance, separate database?

It's from running Everything in a Drive-L instance, eg:

Everything.exe -instance "Drive-L"
by void
Sun Apr 28, 2024 11:13 am
Forum: Support
Topic: Second instance, separate database?
Replies: 7
Views: 221

Re: Second instance, separate database?

Tools -> Options -> Folders -> L: -> Check Never Rescan. You can manually rescan from Tools -> Options -> Folders -> L: -> Rescan Now Everything only has one database. The .tmp file is written to disk. When it has been completely written it is renamed to a .db file. Everything would have been termin...
by void
Sun Apr 28, 2024 11:09 am
Forum: Support
Topic: Exclude files starting with ~$ ?
Replies: 6
Views: 81

Re: Exclude files starting with ~$ ?

Add the same filter to your exclude folders:
  • In Everything, from the Tools menu, click Options.
  • Click the Exlucde tab on the left.
  • To the right of the exclude folders list, click Add Filter....
  • Set the filter to the following and click OK:
    $*
  • Click OK.
by void
Sun Apr 28, 2024 11:06 am
Forum: Everything 1.5 Alpha
Topic: View menu - Show/Hide hidden items
Replies: 3
Views: 69

Re: View menu - Show/Hide hidden items

Index attributes under Tools -> Options -> Index -> Index attributes. Create a filter to hide hidden files/folders: From the Search menu, click Add to filters... Change the Name to: Not Hidden Change the Search to: !attribute:h Click OK. Filters can be activated from the Search menu, Filter bar (Vie...
by void
Sun Apr 28, 2024 11:03 am
Forum: Support
Topic: How to exclude the subfolders of search relsult (matched by path?
Replies: 8
Views: 104

Re: How to exclude the subfolders of search relsult (matched by path?

What version of Everything are you using? (Help -> About)
by void
Sun Apr 28, 2024 8:53 am
Forum: Everything 1.5 Alpha
Topic: View menu - Show/Hide hidden items
Replies: 3
Views: 69

Re: View menu - Show/Hide hidden items

Omit Results
(Enable result omissions under the Index menu)
by void
Sun Apr 28, 2024 8:50 am
Forum: General
Topic: little problem using dupe: command
Replies: 3
Views: 65

Re: little problem using dupe: command

dupe: in Everything 1.4 is rather limited. dupe: in Everything 1.4 will find duplicated items in your entire index, not the current results. It works best when used on its own, without other search parameters. For example, use sizedupe: and sort by size descending. Everything 1.5 will have support f...
by void
Sun Apr 28, 2024 8:46 am
Forum: Support
Topic: How to exclude the subfolders of search relsult (matched by path?
Replies: 8
Views: 104

Re: How to exclude the subfolders of search relsult (matched by path?

Does the following search help:

parent:C:\abc
by void
Sun Apr 28, 2024 8:38 am
Forum: Everything 1.5 Alpha
Topic: Love the content indexing!
Replies: 10
Views: 16700

Re: Love the content indexing!

Everything 1.4 has a -load-delay command line option: You will need to disable Everything from running on startup under Tools -> Options -> General -> Uncheck Run Everything on system startup. Create a shortcut to your Everything.exe in your shell:startup folder Set the shortcut target to: "C:\...
by void
Sun Apr 28, 2024 8:31 am
Forum: Suggestions
Topic: Duration/Length
Replies: 7
Views: 128

Re: Duration/Length

Thank you for your feedback ThorOfAsgard,


Everything 1.5 will have support for a length column.
by void
Sat Apr 27, 2024 11:59 pm
Forum: Everything 1.5 Alpha
Topic: XYplorer Integration
Replies: 7
Views: 120

Re: XYplorer Integration

To open folders from Everything in XYplorer: In Everything , from the Tools menu, click Options . Click the Context Menu tab on the left. Select Open (Folders) Change the command to: $exec("C:\Program Files\XYplorer\XYplorer.exe" "%1") Select Open Path Change the command to: $exe...
by void
Sat Apr 27, 2024 11:49 pm
Forum: Support
Topic: How to view only the items inside at a directory path?
Replies: 1
Views: 108

Re: How to view only the items inside at a directory path?

Please try setting your bookmark search to: /expand parent:$current-search: Search commands /expand To toggle the parent: search modifier, set your bookmark search to: /expand <if:<regex-match:$current-search:,"^parent:">,<regex-replace:$current-search:,"^parent:","">,p...
by void
Sat Apr 27, 2024 10:16 am
Forum: Support
Topic: Files not getting indexed
Replies: 2
Views: 48

Re: Files not getting indexed

Please make sure no search options are checked under the Search menu (eg: uncheck match case, uncheck match whole words, uncheck regex) Please make sure the Everything filter is active under the Search menu. Please make sure these files are not excluded from Tools -> Options -> Exclude. Please try f...
by void
Sat Apr 27, 2024 8:42 am
Forum: Support
Topic: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?
Replies: 16
Views: 106

Re: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?

child:video: video: will expand to the search in your Video filter. child:video: => child:ext:3g2;3gp;3gp2;3gpp;amv;asf;asx;avi;bdmv;bik;d2v;divx;drc;dsa;dsm;dss;dsv;evo;f4v;flc;fli;flic;flv;hdmov;ifo;ivf;m1v;m2p;m2t;m2ts;m2v;m4b;m4p;m4v;mkv;mp2v;mp4;mp4v;mpe;mpeg;mpg;mpls;mpv2;mpv4;mov;mts;ogm;ogv;...
by void
Sat Apr 27, 2024 8:03 am
Forum: Support
Topic: Exclude files starting with ~$ ?
Replies: 6
Views: 81

Re: Exclude files starting with ~$ ?

Everything uses semicolon (;) delimited lists.

Please try changing your Excludes files to:

*.lnk;~$*;$*
by void
Sat Apr 27, 2024 5:10 am
Forum: Everything 1.5 Alpha
Topic: Is it possible to exclusively open a window/tab with a setting enabled/disabled?
Replies: 17
Views: 715

Re: Is it possible to exclusively open a window/tab with a setting enabled/disabled?

Temporarily setting the font color is probably overkill at this stage. I will support any window/view options that you can change directly (without going into settings) eg: view -> thumbnails Thank you for discussing another option. And this was working nice (tested with "preview_visible=1"...
by void
Sat Apr 27, 2024 3:02 am
Forum: Support
Topic: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?
Replies: 16
Views: 106

Re: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?

Open some of the folders and double check they are 'watched' folders and safe to delete.



Backup the names if ever wanted to remember what you watched or what you deleted..

The folders will be small, so you could move them to another folder if you wanted to keep them.
by void
Sat Apr 27, 2024 2:59 am
Forum: Support
Topic: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?
Replies: 16
Views: 106

Re: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?

File List Slots

File list slots allow you to do multiple search passes.

eg: search for files that are related to a different search for files.
by void
Sat Apr 27, 2024 2:51 am
Forum: Support
Topic: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?
Replies: 16
Views: 106

Re: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?

Thank you for clarifying. Search for: folder: V:\Videos\Movies\* size:<200mb !child:video: This will list folders directly in V:\Videos\Movies where the folder size is less than 200MB and it doesn't directly contain a video file. Make a backup of the folder names before deleting: From the File menu,...
by void
Sat Apr 27, 2024 2:28 am
Forum: Support
Topic: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?
Replies: 16
Views: 106

Re: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?

I think I understand, you want to delete V:\Videos\Movies\The.Best.Movie.1080p\Sample You would need to do this with two passes: Search for: folder: V:\Videos\Movies\* size:<200mb -or- folders: V:\Videos\Movies\* !child:video: Select all folders and copy the filenames with Ctrl + Shift + C Change th...
by void
Sat Apr 27, 2024 2:20 am
Forum: Support
Topic: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?
Replies: 16
Views: 106

Re: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?

From what I understand you want to delete the folder:

V:\Videos\Movies\The.Best.Movie.1080p



Do you only want to delete the sample file:

V:\Videos\Movies\The.Best.Movie.1080p\Sample\The.Best.Movie.1080p.sample.mkv



or delete the sample folder:

V:\Videos\Movies\The.Best.Movie.1080p\Sample
by void
Sat Apr 27, 2024 2:07 am
Forum: Support
Topic: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?
Replies: 16
Views: 106

Re: Query suggestions please: Parent folder below a size, not including sub folder? Or another way?

Is the following search helpful: Find folders directly in V:\Videos\Movies where the total folder size is less than 200MB: folder: V:\Videos\Movies\* size:<200mb or, find folders directly in V:\Videos\Movies where there's no 'video' file directly in the folder: folders: V:\Videos\Movies\* !child:vid...
by void
Sat Apr 27, 2024 12:48 am
Forum: Everything 1.5 Alpha
Topic: How to open a new window with a custom window title?
Replies: 3
Views: 106

Re: How to open a new window with a custom window title?

tab/window labels (custom titles) are on my TODO list.

nop: search function.
by void
Sat Apr 27, 2024 12:45 am
Forum: Everything 1.5 Alpha
Topic: Show Search Filter in Title Bar
Replies: 8
Views: 541

Re: Show Search Filter in Title Bar

Yes.
Ideally, tab-labels will use the bookmark name when opened.
Thank you for the suggestion.

For now, the tab title will show: search - filter - directory
by void
Sat Apr 27, 2024 12:41 am
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 13
Views: 703

Re: Sessions

Could you please send your Session-15.backup.json to support@voidtools.com

Maybe there was an expensive search in one of your tabs.



Does Windows Explorer see your H: drive?
It should take Everything about 30 seconds to pickup your H: drive when it comes online.
by void
Sat Apr 27, 2024 12:04 am
Forum: Everything 1.5 Alpha
Topic: Is it possible to exclusively open a window/tab with a setting enabled/disabled?
Replies: 17
Views: 715

Re: Is it possible to exclusively open a window/tab with a setting enabled/disabled?

Thank you for your feedback nikov, Thank you for discussing about so many options to achieve this. The "preview:" Search Function and "home_remove_layout" setting is a nice way to do this. But they are not for all config settings. There should be search functions that cover all w...
by void
Fri Apr 26, 2024 10:26 am
Forum: Everything 1.5 Alpha
Topic: [SOLVED] Commands for Menu "View" > Preview ... ON/OFF in a bookmark or filter
Replies: 10
Views: 240

Re: [SOLVED] Commands for Menu "View" > Preview ... ON/OFF in a bookmark or filter

I recommend leaving clear_focus_on_search set to false and setting show_focus_on_search to false.
by void
Fri Apr 26, 2024 9:27 am
Forum: Everything 1.5 Alpha
Topic: [SOLVED] Commands for Menu "View" > Preview ... ON/OFF in a bookmark or filter
Replies: 10
Views: 240

Re: Commands for Menu "View" > Preview ... ON/OFF in a bookmark or filter

Everything should be resetting the vertical scroll position on search. Are the following settings enabled or disabled: Tools -> Options -> Results -> Clear selection on search Tools -> Options -> Advanced -> clear_focus_on_search (this is bugged and is currently bringing the focus into view when ena...
by void
Fri Apr 26, 2024 7:07 am
Forum: Everything 1.5 Alpha
Topic: [SOLVED] Commands for Menu "View" > Preview ... ON/OFF in a bookmark or filter
Replies: 10
Views: 240

Re: Commands for Menu "View" > Preview ... ON/OFF in a bookmark or filter

Please try setting your ALT+Y bookmark search to:

/hide-preview

I need to categorizes the search commands as its difficult to find at the moment:
/hide-preview
by void
Fri Apr 26, 2024 6:52 am
Forum: Everything 1.5 Alpha
Topic: Character Entities
Replies: 3
Views: 808

Re: Character Entities

Everything 1.5.0.1372a adds full support for html5 character entities. Everything also supports the following non-standard character entities: &cr: &#13: &#x0d: &nl: &#10: &#x0a: % &percent: &#37: &#x25: &sp: &#32: &#x20: &space: &#32: &#x...