Search found 4898 matches

by NotNull
Sun May 05, 2024 8:25 pm
Forum: Support
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 8
Views: 35

Re: How to press ENTER on a video and it runs a batch file?

Completely missed the other file extensions ... Anyway ... More problems... More solutions :D Add the other extensions to: [{"type":2,"filter":"*.mkv;*.mp4","command":"$exec(\"C:\\path to\\LogAndPlay.cmd\" \"%1\")"} like: [{"...
by NotNull
Sun May 05, 2024 7:48 pm
Forum: Support
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 8
Views: 35

Re: How to press ENTER on a video and it runs a batch file?

Gabarito wrote: Sun May 05, 2024 7:35 pm How to send just the filename and not the full path to the LOG file?
Without "", just like dir /b ?

Code: Select all

>> "D:\Programas\GomPlayer - Histórico.txt" echo %~nx1
by NotNull
Sun May 05, 2024 6:50 pm
Forum: Support
Topic: [SOLVED] How to press ENTER on a video and it runs a batch file?
Replies: 8
Views: 35

Re: How to press ENTER and it runs a batch file?

In Everything 1.5 it iis possible to define internal file associations too. More info here That thread describes 2 (more or less) different ways to get this done. In your case, you don't need a context-menu entry and "just" want ENTER/double-click on a MKV/MP4 file to run your batchfile. G...
by NotNull
Sun May 05, 2024 6:38 pm
Forum: Everything 1.5 Alpha
Topic: Possible Bug: Results Missing from Indexed Volume
Replies: 4
Views: 55

Re: Possible Bug: Results Missing from Indexed Volume

Do you have a bookmark or filter using the i: macro?

To check, open Organize Filters/Bookmarks and check the Macro column for each bookmark/filter.

Another place where macros are used, is with /define. Check your definitions there too.
by NotNull
Sun May 05, 2024 10:24 am
Forum: Everything 1.5 Alpha
Topic: Everything Context Menu Commands
Replies: 4
Views: 3549

Re: Everything Context Menu Commands

XYPlorer:

Code: Select all

Open (Folders) = $exec("C:\Program Files $(x86$)\XYplorer\XYplorer.exe" "%1")
Open Path      = $exec("C:\Program Files $(x86$)\XYplorer\XYplorer.exe" /select="%1")

by NotNull
Sun May 05, 2024 10:15 am
Forum: Support
Topic: Is it possible to retain the same search-session when re-opening the window/program?
Replies: 1
Views: 30

Re: Is it possible to retain the same search-session when re-opening the window/program?

Sessions were introduced in version 1.5.0.1372a

Search the forum for "session" to find out a lot more about sessions.
by NotNull
Sun May 05, 2024 10:04 am
Forum: Everything 1.5 Alpha
Topic: XYplorer Integration
Replies: 9
Views: 238

Re: XYplorer Integration

Open Path: [...] Alternative: Open Path: $exec("C:\Program Files $(x86$)\XYplorer\XYplorer.exe" /select="%1") From the XYplorer documentation: /select XYplorer will go to the parent path in the folder tree and select the item in the file list. For example, this will go to C:\ an...
by NotNull
Fri May 03, 2024 4:16 pm
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 19
Views: 837

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

Yes, it should be as simple as that. But to be on the safe side, put the folder to exclude from the search first: !“c:\the first folder\subfolder of the first folder\" hashdiff:"c:\the first folder\";"c:\another folder\" Thank you for testing! Glad it works as intended.
by NotNull
Fri May 03, 2024 4:13 pm
Forum: Support
Topic: How to Ignore chars in the search (not excluding) ?
Replies: 9
Views: 10729

Re: How to Ignore chars in the search (not excluding) ?

In Everything 1.5 pasting without punctuation is possible using the 'CTRL + SHIFT + V' keyboard shortcut.
(just stumbled upon this old thread and thought it was worth mentioning)


Ignore punctuation
by NotNull
Thu May 02, 2024 7:58 pm
Forum: Everything 1.5 Alpha
Topic: Change of result when using brackets in a bookmark
Replies: 4
Views: 149

Re: Change of result when using brackets in a bookmark

Moved to the Everything 1.5 alpha forum.
Please post 1.5 alpha related questions there as answers for 1.5 questions differ greatly from 1.4 answers


Round brackets for grouping are no longer supported in Everything 1.5.

See discussion here
by NotNull
Thu May 02, 2024 3:41 pm
Forum: Everything 1.5 Alpha
Topic: Feature Request: Option to hide a filter/bookmark from the bookmarks/filters panel
Replies: 4
Views: 203

Re: Feature Request: Option to hide a filter/bookmark from the bookmarks/filters panel

@NotNull Your solution would still mean that the folder will show up in the bookmarks side panel. I know. It just means one entry you can ignore vs. like 25 (?) entries to ignore. It cleans up the Bookmark menu. @Void Custom Macros are neat for sure, but they are not as extensive as what one can ac...
by NotNull
Thu May 02, 2024 1:27 pm
Forum: Everything 1.5 Alpha
Topic: Filtermacro parameters
Replies: 2
Views: 96

Re: Filtermacro parameters

void wrote: Thu May 02, 2024 8:32 am The next alpha update will add support for #param:
:thumbsup:

EDIT:
The $param2*: idea might be useful for the ELEMENT formula and preprocessor function too.
by NotNull
Thu May 02, 2024 4:54 am
Forum: Everything 1.5 Alpha
Topic: Path column drag & drop
Replies: 4
Views: 122

Re: Path column drag & drop

For the new Path column drag & drop feature.
As it is still experimental, feedback is appreciated and will help to make it better.
(in this thread or the linked one is perfectly fine)
by NotNull
Wed May 01, 2024 5:47 pm
Forum: Everything 1.5 Alpha
Topic: Path column drag & drop
Replies: 4
Views: 122

Re: Path column drag & drop

Lucky for you someone else had the same idea adn @void implemented experimental support for this feature.

See here.
(don't forget to leave feedback!)
by NotNull
Tue Apr 30, 2024 9:26 pm
Forum: Everything 1.5 Alpha
Topic: Saving sessions on a schedule?
Replies: 3
Views: 116

Re: Saving sessions on a schedule?

Got it. Thank you for explaining!

One question though:
void wrote: Tue Apr 30, 2024 5:02 am The session is also saved when you exit Everything.
Exit the GUI ( File => Close Window) or stopping the process ( File => Exit) ?
(probably the latter, but better be sure)
by NotNull
Tue Apr 30, 2024 6:05 pm
Forum: Everything 1.5 Alpha
Topic: Change of result when using brackets in a bookmark
Replies: 4
Views: 149

Re: Change of result when using brackets in a bookmark

burgundy wrote: Tue Apr 30, 2024 5:12 pm Surely those two searches are logically equivalent
Will depend on your Everything version (and a configuration setting).

What version of Everything?
by NotNull
Mon Apr 29, 2024 8:14 pm
Forum: Everything 1.5 Alpha
Topic: Saving sessions on a schedule?
Replies: 3
Views: 116

Saving sessions on a schedule?

Just curious: Why are sessions saved every 15 seconds instead of onclose of tab/window? Firefox also saves sessions on a schedule (also 15 seconds, btw) so there must be a good reason why. Because Everything does not get a signal when it (= Everything) is closed or not enough time to save the session?
by NotNull
Mon Apr 29, 2024 7:58 pm
Forum: Everything 1.5 Alpha
Topic: Filtermacro parameters
Replies: 2
Views: 96

Filtermacro parameters

What happened to Filtermacro parameters? Filtername = Startwith Search = startwith:query: Macro = dummy<query> In the olden days <query> was the first "word" of the search query, making the rest of the search (second "word" and onwards) a regular search. 1.4 debug log: search 'st...
by NotNull
Sat Apr 27, 2024 3:35 pm
Forum: Suggestions
Topic: Idea: Toggleable "MRU list" on top of all searches (most recently used)
Replies: 4
Views: 316

Re: Idea: Toggleable "MRU list" on top of all searches (most recently used)

Maybe the following can help (a little) in re-creating something similar in Everything. I wrote it for fun, just to see how far I could stretch Everything before it would break. Turns out *I* was the limiting factor ... Every result gets weighted through a more or less random formula -- it was more ...
by NotNull
Fri Apr 26, 2024 11:06 pm
Forum: General
Topic: is Everything supposed to disable normal Windows Search Indexing?
Replies: 5
Views: 146

Re: is Everything supposed to disable normal Windows Search Indexing?

Everything does not disable Windows Indexing.

Even more: Everything 1.5 can make use of the Windows Indexing results (if asked to).
by NotNull
Fri Apr 26, 2024 11:03 pm
Forum: Support
Topic: Exclude files starting with ~$ ?
Replies: 6
Views: 116

Re: Exclude files starting with ~$ ?

Yes:

- Go to Menu => Tools => Options => Indexes => Exclude
- In the Exclude files field, type
~$*

- Press the OK button
- Wait until Everything finishes excluding these files
- Done.
by NotNull
Fri Apr 26, 2024 12:20 am
Forum: Everything 1.5 Alpha
Topic: Some minor details
Replies: 5
Views: 333

Re: Some minor details

void wrote: Thu Apr 25, 2024 11:33 pm Was open_search_action set to new tab?
It was. Did not know this setting would work on filelists too.
Even more consistency :thumbsup:
by NotNull
Thu Apr 25, 2024 5:42 pm
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 13
Views: 856

Re: Sessions

[Suggestion]
Sessions can be restored manually, but I would love to see active sessions being restored after an update as part of the installer (setup.exe)

Prtable zip is a different story.
by NotNull
Thu Apr 25, 2024 5:27 pm
Forum: Everything 1.5 Alpha
Topic: Some minor details
Replies: 5
Views: 333

Re: Some minor details

Ctrl + clicking the open button will now open searches in a new tab. Shift + clicking the open button will now open searches in a new window. Love the consistency here! Open without keyboard modifier still opens in a new tab. Guess that is the expected behaviour? (fwiw: it is my preferred solution)
by NotNull
Thu Apr 25, 2024 5:17 pm
Forum: Suggestions
Topic: MULTIPLE SEARCH PROFILES.
Replies: 2
Views: 155

Re: MULTIPLE SEARCH PROFILES.

If you want results of -- for example -- just your X:-drive, add
X:
to your search.
by NotNull
Thu Apr 25, 2024 4:38 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3087

Re: Compare 2 file lists with each other?

Please try with paths that contain spaces. (also: make sure there aren't multiple filters using the same macro-name, although I think you already took care of that) Results here (diff1: is the old filtermacro; diff2: the new one) in a fresh instance: 2024-04-25 18_36_24-diff2__t__diff_folder 1__;_t_...
by NotNull
Thu Apr 25, 2024 3:43 pm
Forum: Everything 1.5 Alpha
Topic: ❓ Content search brings 0 results
Replies: 7
Views: 835

Re: ❓ Content search brings 0 results

I'm working on a cleaner solution... And you did! (by introducing the STRINGCOUNT() formula) Filter: Name = Content with Count Search = content:search: addcol:A A-label:="Content Count" A:=STRINGCOUNT($content:,search:) Macro = cc<search> Search: cc:"hello world" Result: In the ...
by NotNull
Mon Apr 22, 2024 9:38 am
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3087

Re: Compare 2 file lists with each other?

Even with 1372a?

For me, the 1372a version does not work (=no results) with the previous code.
by NotNull
Sun Apr 21, 2024 8:40 pm
Forum: Everything 1.5 Alpha
Topic: Search History dropdown: delete entries
Replies: 2
Views: 147

Search History dropdown: delete entries

After deleting an item from the search history dropdown list , typically the next item will be focused. Mousecursor position makes Everything confused: if it is in the search bar, the search bar will be focused next If it is on a different item, that search history item will be focused next. Just so...
by NotNull
Sun Apr 21, 2024 7:50 pm
Forum: Everything 1.5 Alpha
Topic: Show column with day of the week (Monday, Tuesday...)
Replies: 8
Views: 4069

Re: Show column with day of the week (Monday, Tuesday...)

Currently not. I vaguely remember that @void would look into this later.
by NotNull
Sun Apr 21, 2024 7:34 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3087

Re: Compare 2 file lists with each other?

Change the search of the diff filter to the following to make this work again. #if:<#stricmp:<#element:<$param:,;,1>,#element:<$param:,;,2>>==0,"!"> file: regex:[regex-escape:[element:$param:,;,1]](.*$) | regex:[regex-escape:[element:$param:,;,2]](.*$) unique:regmatch1;size;dm Will update ...
by NotNull
Sat Apr 20, 2024 3:48 pm
Forum: Everything 1.5 Alpha
Topic: My Everything can't refresh the changes to the files on my computer in real time unless I click "force rebuild"
Replies: 3
Views: 166

Re: My Everything can't refresh the changes to the files on my computer in real time unless I click "force rebuild"

Please check the Index menu items.
Did you activate Stop Updating or Pause updates? Choose Update Indexes

(status should also be shown in the statusbar)
by NotNull
Sat Apr 20, 2024 2:37 pm
Forum: Everything 1.5 Alpha
Topic: Few questions and maybe bugs
Replies: 11
Views: 369

Re: Few questions and maybe bugs

As said: I can only partially answer your questions.

2. What is your max_hidden_windows set to?
by NotNull
Sat Apr 20, 2024 1:47 pm
Forum: Off-topic discussion
Topic: Automating a task
Replies: 9
Views: 2055

Re: Automating a task

Not interested? Please say so (I need closure ..)
by NotNull
Sat Apr 20, 2024 1:40 pm
Forum: Everything 1.5 Alpha
Topic: Few questions and maybe bugs
Replies: 11
Views: 369

Re: Few questions and maybe bugs

Haven't looked at sessions yet, so a partial answer: 1. Same as previous version: Open opens in current tab, CTRL + Open opens in new tab, SHIFT + Open opens in new window. 4. You can change this behaviour under Menu => Tools => Options => Advanced, changing the following settings: - open_search_act...
by NotNull
Fri Apr 19, 2024 10:51 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3087

Re: Compare 2 file lists with each other?

Oops, OK, so maybe that's the punishment for not being here often enough. OK, many thanks for the link! Then I'd rather come by here more often. Sorry, it was not my intention to "force" you to visit the forums more often.At all. (but you are very welcome, of course) If I were you, I woul...
by NotNull
Fri Apr 19, 2024 10:35 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3087

Re: Compare 2 file lists with each other?

Biff wrote: Fri Apr 19, 2024 10:27 pm Thank you for the screenshot.

Very sorry, I meant updates for Everything.
Can't answer that. I visit these forums way too often to need notifications :D
Someone else will likely have an answer for you.

This link shows the most recent alpha version.
by NotNull
Fri Apr 19, 2024 10:26 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3087

Re: Compare 2 file lists with each other?

Is there a way to get notifications about updates? Updates of what? If you mean this topic, you are automatically "subscribed" to updates (= new messages) when you post a message. To subscribe to topics in which you didn't post: At the bottom of the topic is a little wrench (?) icon. When...
by NotNull
Fri Apr 19, 2024 10:08 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3087

Re: Compare 2 file lists with each other?

Note:
The search syntax provided above is probably not compatible with Everything 1.5.0.1372a due to the introduction of &PARAMSTART: and &PARAMEND:
A fix is available.

Will look at it tomorrow and update the search queries.
This message will be removed if it still work as before.
by NotNull
Fri Apr 19, 2024 9:23 pm
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 19
Views: 837

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

Try the following: Create a new Filter: Name =HashDiff (or anything you like) Search = file: regex:([regex-escape:[element:$param:,;,1]])(.*$) | regex:([regex-escape:[element:$param:,;,2]])(.*$) distinct:regmatch1;size;md5 unique:size;md5 Macro = hashdiff Back in the main Everything window, set the ...
by NotNull
Fri Apr 19, 2024 8:34 pm
Forum: Everything 1.5 Alpha
Topic: Some minor details
Replies: 5
Views: 333

Some minor details

... that are too small to deserve an entire topic 1. When opening a file list (File => Open File List), one can choose between Open and Open as read-only The list is considered static by Everything. Why both? (I know, it has been this way for ages; just "cleaning up". 2. On the Formulas &q...
by NotNull
Fri Apr 19, 2024 2:06 pm
Forum: Everything 1.5 Alpha
Topic: Feature Request: Option to hide a filter/bookmark from the bookmarks/filters panel
Replies: 4
Views: 203

Re: Feature Request: Option to hide a filter/bookmark from the bookmarks/filters panel

Put those together in one or more Bookmark subfolders:

- Start Organize Bookmarks ( under Menu = > Bookmarks )
- In the left pane, righ-click Bookmarks
- Select New Folder
- etc.

You can drag your ES CLI bookmarks to this new folder.
by NotNull
Fri Apr 19, 2024 9:20 am
Forum: Bug report
Topic: some date modified searches not working
Replies: 22
Views: 896

Re: some date modified searches not working

anmac1789 wrote: Fri Apr 19, 2024 8:13 am but it won't reflect the true file date and time within the C drive
whereas a file date from the distant future (2032 !) does?
by NotNull
Thu Apr 18, 2024 8:54 am
Forum: Support
Topic: Reuse Explorer Window
Replies: 5
Views: 2169

Re: Reuse Explorer Window

Shortcut will check Shortcut isn't even needed. See below. to reuse/recycle an open Explorer window Are you using Windows 10? Windows 11 uses multiple folder tabs in a window. In case of Windows 10 (or 7), the following might work for you: Extract attached archive to some folder. (It contains Reuse...
by NotNull
Thu Apr 18, 2024 6:15 am
Forum: General
Topic: How to exclude all the files inside a folder from indexing but not the folder itself
Replies: 2
Views: 177

Re: How to exclude all the files inside a folder from indexing but not the folder itself

- Menu => Tools => Options => Indexes => Exclude
- Exclude Folders : Filter =
c:\Users\Typhlosion24\AppData\Roaming\Oculus\*

- Exclude files : =
c:\Users\Typhlosion24\AppData\Roaming\Oculus\*
by NotNull
Wed Apr 17, 2024 5:58 pm
Forum: Support
Topic: Reuse Explorer Window
Replies: 5
Views: 2169

Re: Reuse Explorer Window

by NotNull
Wed Apr 17, 2024 9:40 am
Forum: Suggestions
Topic: Organize Filters lacks Clone button
Replies: 14
Views: 6186

Re: Organize Filters lacks Clone button

Or;
CTRL + drag/drop a filter
by NotNull
Mon Apr 15, 2024 9:20 pm
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Add $parent-size:
Replies: 12
Views: 372

Re: [Suggestion] Add $parent-size:

NotNull wrote: Sat Apr 13, 2024 10:01 pm $parent-size: is the more human-friendly way,
On second (third?) thought: the amount of 'humans' that has a need for $parent-size is probably *very* limited.
If get-property() will support $path again in the future, that should suffice (IMO)
by NotNull
Mon Apr 15, 2024 9:09 pm
Forum: Support
Topic: Copy/Move parts of path
Replies: 3
Views: 174

Re: Copy/Move parts of path

This might work (did not try to move the folders)
Will very likely not work on UNC paths (\\server\share\fodler\)


Menu => Edit => Advanced => Advanced Move To Folder

Code: Select all

Old = ^([^\\]+)\\([^\\]+)\\([^\\]+).*\\([^\\]+)\\([^\\]+)$
New = \1\\\2\\\3\\\4\\\5
by NotNull
Mon Apr 15, 2024 8:29 pm
Forum: General
Topic: creating a 'favourite' list
Replies: 4
Views: 259

Re: creating a 'favourite' list

Right, no need to post my "several ways" as these concentrate on lists of filenames and you take a visual approach. Two other ideas then: Create new favourite list in a new tab Make sure the tab bar is shown (for example by opening a new, empty tab) Activate the tab with your favourites Se...