Search found 4903 matches

by NotNull
Wed Apr 17, 2024 5:58 pm
Forum: Support
Topic: Reuse Explorer Window
Replies: 6
Views: 2279

Re: Reuse Explorer Window

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

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: 395

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: 255

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: 325

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...
by NotNull
Mon Apr 15, 2024 8:07 pm
Forum: Suggestions
Topic: New context menu support for Windows 11
Replies: 1
Views: 280

Re: New context menu support for Windows 11

Workaround(s) for now (in case you didn't know already):
How to Get the Old Context Menus Back in Windows 11
by NotNull
Mon Apr 15, 2024 8:03 pm
Forum: Suggestions
Topic: Ability to add additional context menu commands
Replies: 13
Views: 9586

Re: Ability to add additional context menu commands

Good idea!


Just a sidenote: Diskpart isn't the best example here as this will ask for elevation by itself, due to the requestedExecutionLevel = requireAdministrator in its manifest (that might differ between Windows versions though).
by NotNull
Sun Apr 14, 2024 3:27 pm
Forum: Support
Topic: Extension with value ranges?
Replies: 2
Views: 275

Re: Extension with value ranges?

Everything 1.5 has an extension: function that supports wildcards. With that, your search could look like regex:extension:^r(ar|\d+)$ ^ = start of text (extension in this case) \d = number 0..9 + = one or more $ = end of text The ^and $ are probably not needed, but prevents matching extensions like...
by NotNull
Sun Apr 14, 2024 1:07 pm
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 19
Views: 995

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

There is a bug in the distinct: function that causes the first file to be left out if multiple criteria are specified (i.e. distinct:name;md5)
That is planned to be fixed in the next update.
link

Your workaround -- using a single criterion -- is not affected by that bug.
by NotNull
Sat Apr 13, 2024 10:17 pm
Forum: General
Topic: FEATURE: find as you type
Replies: 11
Views: 10094

Re: FEATURE: find as you type

What I got from @mragtronx8's suggestion is a way to integrate Everything in file dialogs. the desktop, file managers and possibly other applications ina way that typing part of a filename will show a list of matching items (coming from Everything, without opening the regular Everything GUI). The li...
by NotNull
Sat Apr 13, 2024 10:01 pm
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Add $parent-size:
Replies: 12
Views: 395

Re: [Suggestion] Add $parent-size:

But still if you want to add "$parent-size:" then shouldn't it make Everything property-system clutter? Moreover, people may then ask, please add "$parent-descendant-count:", "$parent-descendant-folder-count:", "$parent-date-modified:", "$parent-date-cre...
by NotNull
Sat Apr 13, 2024 7:13 pm
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Add $parent-size:
Replies: 12
Views: 395

Re: [Suggestion] Add $parent-size:

Nice find reitwal! Maybe it was intended to work that way after all ...
by NotNull
Sat Apr 13, 2024 6:46 pm
Forum: General
Topic: FEATURE: find as you type
Replies: 11
Views: 10094

Re: FEATURE: find as you type

It sounds interesting but perhaps someone could outline the logic of the case usage of this for me so I understand it. I know I sometimes am typing in a box in another application and want to see it in everything, and a few keystrokes do that (ctrl-a (selects all) ctrl-c (copies) shift-alt-x (bring...
by NotNull
Sat Apr 13, 2024 6:39 pm
Forum: Everything 1.5 Alpha
Topic: Excluding files & folders with DM in the future
Replies: 4
Views: 148

Re: Excluding files & folders with DM in the future

Thanks NotNull. I know how to search this, I was wondering if it can be made like a (semi)permanent filter, preferably in the Result Omissions zone. I don't even know it this expression is working (for me), because it returns zero matches when I remove the NOT "!" operator. What timeframe...
by NotNull
Sat Apr 13, 2024 6:28 pm
Forum: General
Topic: Where is the calendar in Everything?
Replies: 2
Views: 233

Re: Where is the calendar in Everything?

Menu > Search > Advanced Search
by NotNull
Sat Apr 13, 2024 6:24 pm
Forum: Support
Topic: Is there any way to open a path in a new folder?
Replies: 5
Views: 306

Re: Is there any way to open a path in a new folder?

:thumbsup: You're welcome! And I think @void will really appreciate your donation! (I "just" get a feel-good moment when someone appreciates the help given, just like you just did. Thank you for that! Enjoy your weekend too :D) If you ever get lost in the many options Everything has: the ...
by NotNull
Sat Apr 13, 2024 12:25 pm
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Add $parent-size:
Replies: 12
Views: 395

Re: [Suggestion] Add $parent-size:

My reasoning (which might be flawed): get-property() retrieves properties of items. Those are the properties as known by the system (= Windows), like Author or Size. This does not include Everything-specific properties, like Run Count or Folder Size. Some of these Everything-specific properties are ...
by NotNull
Sat Apr 13, 2024 10:53 am
Forum: Everything 1.5 Alpha
Topic: Bookmark icon displayed black
Replies: 2
Views: 122

Re: Bookmark icon displayed black

Confirmed. In standard as well as dark mode.


Something else is misaligned here too. Might be related. Will post details later.

(Win 11 22H2 x64; Everything 1371a)
by NotNull
Sat Apr 13, 2024 10:06 am
Forum: Support
Topic: Is there any way to open a path in a new folder?
Replies: 5
Views: 306

Re: Is there any way to open a path in a new folder?

The Explore Path context menu entry should do that for you. This entry is not shown by default. It can be activated as follows: - Go to Mneu => Tools => Options => General => Context Menu - From the Context Menu Items list, select Explore Path - Set Settings for Explore Path context menu item to Sho...
by NotNull
Sat Apr 13, 2024 9:50 am
Forum: Everything 1.5 Alpha
Topic: Excluding files & folders with DM in the future
Replies: 4
Views: 148

Re: Excluding files & folders with DM in the future

Add the following to your search:

Code: Select all

!dm:>now
! = NOT
by NotNull
Sat Apr 13, 2024 9:30 am
Forum: General
Topic: FEATURE: find as you type
Replies: 11
Views: 10094

Re: FEATURE: find as you type

Yes.
This one came up during research of something else I was working on.
(Just an example)

FWIW: Listary is limiting hooks in some places as it caused issues. Somnething to keep in mind.
by NotNull
Sat Apr 13, 2024 9:17 am
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Add $parent-size:
Replies: 12
Views: 395

Re: [Suggestion] Add $parent-size:

Ran into this too.
get-property (formula as well as preprocessor function) works only on files, not folders.
by NotNull
Fri Apr 12, 2024 9:54 pm
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Add $parent-size:
Replies: 12
Views: 395

[Suggestion] Add $parent-size:

I was trying to create an Everything version of TreeSize and the like, butr ran into a missing $parent-size: Now $parent-size: is technically speaking not a property of a file or folder (and probably be slightly expensive to keep up with), but would be cool if this was possible. Would look similar t...
by NotNull
Fri Apr 12, 2024 6:50 pm
Forum: Everything 1.5 Alpha
Topic: Search for zero size files inside archives
Replies: 2
Views: 178

Re: Search for zero size files inside archives

No, there are no features that support this.
by NotNull
Fri Apr 12, 2024 3:27 pm
Forum: Suggestions
Topic: update ONLY a sub folder of an added index folder.
Replies: 2
Views: 233

Re: update ONLY a sub folder of an added index folder.

Type the following in the Everything search bar and press ENTER

Code: Select all

/rescan "x:\path to\your\folder"
Instead of /rescan, you can also use its alias /update


/rescan
by NotNull
Fri Apr 12, 2024 3:06 pm
Forum: General
Topic: creating a 'favourite' list
Replies: 4
Views: 325

Re: creating a 'favourite' list

Several.

What does your list look like? Just the names (file.txt) or including the path (c:\folder\file.txt)
Do you store the list on disk in a file?
How often does this list change? Every day? Every month?


I assume you are using Everything 1.5?
by NotNull
Wed Apr 10, 2024 4:03 pm
Forum: Support
Topic: CLI and network shares
Replies: 6
Views: 369

Re: CLI and network shares

Another way might be using IndexThis . With that: right-click folder or drive in Explorer / other filemanager Select the IndexThis entry A temporary Everything instance will be started, indexing the selected drive/folder Wait untill Everything is done scanning (see statusbar) Menu => File => Export ...
by NotNull
Tue Apr 09, 2024 4:32 pm
Forum: Support
Topic: CLI and network shares
Replies: 6
Views: 369

Re: CLI and network shares

these doesn't seem to work to me Please specify what this exactly means. Do you get an error maeesage? System beeps? Reply is "0"? ES.exe gets its results from the Everything database. Are the following paths indexed in Everything? I.e. Do you get results if you type them in the Everythin...
by NotNull
Tue Apr 09, 2024 4:20 pm
Forum: General
Topic: Two questions about bookmark searches
Replies: 10
Views: 480

Re: Two questions about bookmark searches

The function used here is fillistfilename:

The cat: dog: search will try to find filelists that are named cat.efu AND dog.efu at the same time.
There is no such filelist as the name of the filelist is either dog.efu or cat.efu.
by NotNull
Mon Apr 08, 2024 8:46 pm
Forum: Everything 1.5 Alpha
Topic: Show Folders keyboard shortcuts
Replies: 2
Views: 127

Re: Show Folders keyboard shortcuts

OK, got it.

Thanks for the SHIFT-ESC tip; didn't knowthat
by NotNull
Mon Apr 08, 2024 8:43 pm
Forum: Everything 1.5 Alpha
Topic: Visual bug with sorting when alternate row colors is enabled (v1371)
Replies: 5
Views: 252

Re: Visual bug with sorting when alternate row colors is enabled (v1371)

This is what it looks like here: 2024-04-08 22_36_41-Everything (1.5a) 1.5.0.1371a (x64).png The alternating row colors of the sorted column are configurable: - go to Menu => Tools => Options => General => Fonts and colors - Theme = Dark - Item = Result list - Select Current Sort Alternate Row from ...
by NotNull
Mon Apr 08, 2024 8:04 pm
Forum: Off-topic discussion
Topic: Deleting files without touching a directories date
Replies: 8
Views: 547

Re: Deleting files without touching a directories date

Note numerous millisecond related changes that will happen. A theory: I'm guessing your touch comes from gnuwin or cygwin? That will likely use the POSIX subsystem for files and I suspect will that will use a different time resolutioncompared to the Windows FILETIME granularity. (lots of guessing ....
by NotNull
Mon Apr 08, 2024 10:39 am
Forum: Everything 1.5 Alpha
Topic: Show Folders keyboard shortcuts
Replies: 2
Views: 127

Show Folders keyboard shortcuts

Options => Keyboard contains: View | Folders View | Show Folders View | Folders toggles the Folders sidebar View | Show Folders activates the Folders Sidebar, but doesn't "de-activate" it. There is no separate command to deactivate it (that I could find). What is the added value of View | ...
by NotNull
Mon Apr 08, 2024 10:33 am
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Clean up Column context menu
Replies: 5
Views: 337

Re: [Suggestion] Clean up Column context menu

Are you indexing many properties? Indexed properties are also shown in the context menu. Currently 7 (see below), but non-indexed properties that are shown in the result list are also added to this context menu. (when working with audio files for example). And "formula-columns" like Colum...
by NotNull
Sun Apr 07, 2024 11:33 pm
Forum: Bug report
Topic: some date modified searches not working
Replies: 22
Views: 1027

Re: some date modified searches not working

Thanks for saving the planet! :D
by NotNull
Sun Apr 07, 2024 11:12 pm
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 19
Views: 995

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

@klarah:

It is possible in Everything itself too (tested), but that requires a fix in Everything and that fix likely comes with the next update.
Will post the all the details when that fix is ready.
by NotNull
Sun Apr 07, 2024 10:19 pm
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Clean up Column context menu
Replies: 5
Views: 337

[Suggestion] Clean up Column context menu

There are multiple ways to add columns to the result list. One of them is through the Add Columns entry of the column context menu (accessible through right-clicking the result list header or by using the NumPlus keyboard shortcut for example) Another one is by accessing the most common properties i...
by NotNull
Sun Apr 07, 2024 4:07 pm
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 19
Views: 995

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

I think the idea is to compare files, just based on the hash, so 'file1.txt' and 'copy of file1.txt' are considered the same, even when their names differ.
I vaguely remember that Beyond Compare will always include the name when comparing. Or is it possible to ignore the names?
by NotNull
Sun Apr 07, 2024 12:01 pm
Forum: Bug report
Topic: some date modified searches not working
Replies: 22
Views: 1027

Re: some date modified searches not working

The d search is cancelled due to the dm search and the dm search is canceled due to the dm: search and so on.. Only the dm:today search completes. -I'll make this easier to see from the logs in the next alpha update. Thanks for explaining. While you're at it .. saw a typo: prIOrity vs. prOIrity or ...
by NotNull
Sat Apr 06, 2024 9:36 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3369

Re: Compare 2 file lists with each other?

You're welcome! (wiil describe the flexibility later, but let's keep it as simple as possible at this stage) Coming back to this: Using the diff: macro instead of selecting the filter from a list gives extra options. For example: I have two folders containing music files, but also their related lyri...
by NotNull
Sat Apr 06, 2024 9:26 pm
Forum: General
Topic: QuickSwitch
Replies: 198
Views: 841098

Re: QuickSwitch

tuska wrote: Sat Apr 06, 2024 4:59 pm 2NotNull
In the first post, the 64-bit version is still linked to version 0.5dw9 instead of 0.5dw9a.
Can you please make an update there? Thank you!
The first post does not contain links to the dw variations.
It is linked in that same thread however: link
by NotNull
Sat Apr 06, 2024 5:46 pm
Forum: Bug report
Topic: some date modified searches not working
Replies: 22
Views: 1027

Re: some date modified searches not working

Took a quick look at you debug log. What stood out to me that while you were typing ' dm:today ', when the 'd' was keyed in, not a single result was found. I would at least expect c:\win d ows or D :\ to show up. So it looks like there is more going on here... Do you get results if you (temporary) s...
by NotNull
Sat Apr 06, 2024 3:27 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3369

Re: Compare 2 file lists with each other?

This filter compares 2 folder structures. If one or more of the following is not exactly the same "on both sides", the file will reported in this list: - relative path of the file inside the folder (i.e I:\1\folder\file.txt has relative path \folder\file.txt) - filename (including extensio...
by NotNull
Fri Apr 05, 2024 10:27 pm
Forum: Suggestions
Topic: Multiple search filters
Replies: 2
Views: 242

Re: Multiple search filters

With the Everything filter enabled:

Code: Select all

audio: | video:  "My holiday memories"
by NotNull
Fri Apr 05, 2024 9:58 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3369

Re: Compare 2 file lists with each other?

There are 2 common ways to activate a Filter: - By selecting it from a list (Menu => Search or the Filter bar) - using the its macro (if available) Take for example the Picture filter: in the filter definition, in the MAcro field, it says: pic . That means that typing pic: in the search field will g...
by NotNull
Fri Apr 05, 2024 8:00 pm
Forum: Off-topic discussion
Topic: Deleting files without touching a directories date
Replies: 8
Views: 547

Re: Deleting files without touching a directories date

Date changes of folders are on a filesystem level (IIRC), so not much you can do about that, other than "backup" the current state, delete your files and "restore" afterwards. If I had to do this (I won't as folder dates are too volatile): - In Everything, select the foldernames ...
by NotNull
Fri Apr 05, 2024 7:48 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 57
Views: 3369

Re: Compare 2 file lists with each other?

NotNull wrote: Tue Feb 06, 2024 9:41 pm - Set the filter to Everything
by NotNull
Fri Apr 05, 2024 5:13 pm
Forum: Support
Topic: Some Directories Not Being Found and Word Files in Explorer Show .DOCX But in Everything as .ASD?
Replies: 3
Views: 255

Re: Some Directories Not Being Found and Word Files in Explorer Show .DOCX But in Everything as .ASD?

@hamid56,
The .docx files are there, just not in Everything:
capteelingurdian wrote: Fri Apr 05, 2024 10:46 am But, there are now a bunch - like five? - word files from yesterday that SHOW as .docx in Explorer, but only can be found in Everything as .asd.
by NotNull
Thu Apr 04, 2024 4:50 pm
Forum: Support
Topic: New column displaying a part of filename
Replies: 4
Views: 278

Re: New column displaying a part of filename

sk2107 wrote: Thu Apr 04, 2024 2:48 pm Can I add another column to have the length of the result (len of A column)
Nobody is stopping you ;)

Code: Select all

regex:^(.+?)#   add-column:A;B   A-label:=Category   A:=regmatch1:   B-label:=Length   B:=len($regmatch1:) 
by NotNull
Thu Apr 04, 2024 2:30 pm
Forum: Support
Topic: New column displaying a part of filename
Replies: 4
Views: 278

Re: New column displaying a part of filename

If you want the Category to include the #:

Code: Select all

regex:^(.+?#)   add-column:A   A-label:=Category   A:=regmatch1: 
Without the #:

Code: Select all

regex:^(.+?)#   add-column:A   A-label:=Category   A:=regmatch1: